Define llvm.intr.var.annotation, llvm.intr.ptr.annotation and
llvm.intr.annotation in the llvm dialect as llvm.var.annotation,
llvm.ptr.annotation and llvm.annotation counterparts.
Signed-off-by: Victor Perez <victor.perez@codeplay.com>
Paths
| Differential D154842
[mlir][llvm] Define annotation intrinsics ClosedPublic Authored by victor-eds on Jul 10 2023, 6:42 AM.
Details Summary Define llvm.intr.var.annotation, llvm.intr.ptr.annotation and Signed-off-by: Victor Perez <victor.perez@codeplay.com>
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 11 2023, 2:16 AM Closed by commit rG9cb421cdea02: [mlir][llvm] Define annotation intrinsics (authored by victor-eds). · Explain WhyJul 11 2023, 6:37 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 538617 mlir/include/mlir/Dialect/LLVMIR/LLVMIntrinsicOps.td
mlir/test/Target/LLVMIR/Import/intrinsic.ll
mlir/test/Target/LLVMIR/llvmir-intrinsics.mlir
|
Integer constraints so far have always been defined using the definitions in OpBase.td. This is the first use of Builtin_Integer in the codebase.
Could you use AnySignlessInteger instead? Ditto below