[all-commits] [llvm/llvm-project] df37e2: [mlir][llvm] Add thread-local address intrinsic
Lukas Sommer via All-commits
all-commits at lists.llvm.org
Mon May 29 23:53:07 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: df37e2211ea34f128a53912835bcbc96147a1408
https://github.com/llvm/llvm-project/commit/df37e2211ea34f128a53912835bcbc96147a1408
Author: Lukas Sommer <lukas.sommer at codeplay.com>
Date: 2023-05-30 (Tue, 30 May 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] Add thread-local address intrinsic
Add the `llvm.threadlocal.address` intrinsic to the LLVM dialect.
Signed-off-by: Lukas Sommer <lukas.sommer at codeplay.com>
Reviewed By: gysit, zero9178
Differential Revision: https://reviews.llvm.org/D151566
More information about the All-commits
mailing list