The LLVM intrinsic has a bool flag is_int_min_poison that needs to be
set.
Details
Details
- Reviewers
aartbik ftynse dcaballe - Commits
- rGbc8d96643350: [mlir][math] Fix lowering of AbsIOp
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D131785
[mlir][math] Fix lowering of AbsIOp ClosedPublic Authored by Mogball on Aug 12 2022, 8:32 AM.
Details
Summary The LLVM intrinsic has a bool flag is_int_min_poison that needs to be
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 12 2022, 9:06 AM This revision was landed with ongoing or failed builds.Aug 12 2022, 9:10 AM Closed by commit rGbc8d96643350: [mlir][math] Fix lowering of AbsIOp (authored by Mogball). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 452203 mlir/include/mlir/Dialect/LLVMIR/LLVMIntrinsicOps.td
mlir/lib/Conversion/MathToLLVM/MathToLLVM.cpp
mlir/test/Conversion/MathToLLVM/math-to-llvm.mlir
|