[all-commits] [llvm/llvm-project] a3ef85: [mlir, polly] Replace uses of IRBuilder::getInt8Ptr...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Mon Nov 27 20:58:40 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a3ef858968d3a7c4da03cd9126a2909dbd64c1d4
https://github.com/llvm/llvm-project/commit/a3ef858968d3a7c4da03cd9126a2909dbd64c1d4
Author: Fangrui Song <i at maskray.me>
Date: 2023-11-27 (Mon, 27 Nov 2023)
Changed paths:
M mlir/lib/ExecutionEngine/ExecutionEngine.cpp
M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
M polly/lib/CodeGen/LoopGeneratorsGOMP.cpp
M polly/lib/CodeGen/LoopGeneratorsKMP.cpp
M polly/lib/CodeGen/PerfMonitor.cpp
M polly/lib/CodeGen/RuntimeDebugBuilder.cpp
Log Message:
-----------
[mlir,polly] Replace uses of IRBuilder::getInt8PtrTy with getPtrTy. NFC
More information about the All-commits
mailing list