[mlir] Add FPToSIOp to Standard dialect.
Summary: Cast from a value interpreted as floating-point to the corresponding signed integer value. Similar to an element-wise `static_cast` in C++, performs an element-wise conversion operation. Differential Revision: https://reviews.llvm.org/D79373
Loading
Please sign in to comment