Count leading/trailing zeros are an existing LLVM intrinsic. Added LLVM
support for the intrinsics with lowerings from the math dialect to LLVM
dialect.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| mlir/include/mlir/Dialect/LLVMIR/LLVMOpBase.td | ||
|---|---|---|
| 97 | The comment does not match the code. | |
| 98–104 | Why do we need this? There is no "LLVM integer type", the dialect uses built-in integers. Why can't this match just use I1? | |
| mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td | ||
| 1407 | Please give the name to the second argument. | |
| mlir/include/mlir/Dialect/Math/IR/MathOps.td | ||
| 304 | Bikeshed: can we consider more pronounceable names at this level? | |
The comment does not match the code.