Ops for the signed counterparts "llvm.smin" and "llvm.smax" already exist. This patch adds the unsigned versions as well.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D115796
[mlir][LLVMIR] Add `llvm.umin` and `llvm.umax` intrinsics ClosedPublic Authored by zero9178 on Dec 15 2021, 4:14 AM.
Details Summary Ops for the signed counterparts "llvm.smin" and "llvm.smax" already exist. This patch adds the unsigned versions as well.
Diff Detail
Event TimelineHerald added subscribers: sdasgup3, wenzhicui, wrengr and 18 others. · View Herald TranscriptDec 15 2021, 4:14 AM This revision is now accepted and ready to land.Dec 15 2021, 4:47 AM Closed by commit rG1d10bddfa336: [mlir][LLVMIR] Add `llvm.umin` and `llvm.umax` intrinsics (authored by zero9178). · Explain WhyDec 15 2021, 4:54 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 394528 mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
mlir/test/Target/LLVMIR/llvmir-intrinsics.mlir
|