[all-commits] [llvm/llvm-project] 9cb421: [mlir][llvm] Define annotation intrinsics
vic via All-commits
all-commits at lists.llvm.org
Tue Jul 11 06:37:32 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9cb421cdea022c60d66216520094a87596a8aec7
https://github.com/llvm/llvm-project/commit/9cb421cdea022c60d66216520094a87596a8aec7
Author: Victor Perez <victor.perez at codeplay.com>
Date: 2023-07-11 (Tue, 11 Jul 2023)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/LLVMIntrinsicOps.td
M mlir/test/Target/LLVMIR/Import/intrinsic.ll
M mlir/test/Target/LLVMIR/llvmir-intrinsics.mlir
Log Message:
-----------
[mlir][llvm] Define annotation intrinsics
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 at codeplay.com>
Differential Revision: https://reviews.llvm.org/D154842
More information about the All-commits
mailing list