This patch add supports for translating FCmp and more kinds of FP constants in addition to 32 & 64-bit ones. However, we can't express ppc_fp128 constants right now because the semantics for its underlying APFloat is S_PPCDoubleDouble but mlir::FloatType doesn't support such semantics.
Details
Details
Summary
Diff Detail
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Apr 28 2022, 11:43 AM
Closed by commit rGe927a336a58b: [mlir][LLVMIR] Add support for translating FCmp & FP constants (authored by myhsu). · Explain WhyMay 2 2022, 4:23 PM
This revision was automatically updated to reflect the committed changes.