[PATCH] D129813: [AMDGPU] Add IPO pass to infer pointer argument address spaces.
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 2 12:08:47 PDT 2022
rampitec updated this revision to Diff 449373.
rampitec retitled this revision from "[AMDGPU] Add IPO pass to infer pointer argument address spaces. WIP." to "[AMDGPU] Add IPO pass to infer pointer argument address spaces.".
rampitec edited the summary of this revision.
rampitec added a comment.
The pass is functional and test is updated.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129813/new/
https://reviews.llvm.org/D129813
Files:
llvm/include/llvm/InitializePasses.h
llvm/include/llvm/Transforms/IPO/InferArgumentAddressSpaces.h
llvm/lib/Passes/PassBuilder.cpp
llvm/lib/Passes/PassRegistry.def
llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
llvm/lib/Transforms/IPO/CMakeLists.txt
llvm/lib/Transforms/IPO/IPO.cpp
llvm/lib/Transforms/IPO/InferArgumentAddressSpaces.cpp
llvm/test/CodeGen/AMDGPU/infer-arg-addrspaces.ll
llvm/test/CodeGen/AMDGPU/llc-pipeline.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129813.449373.patch
Type: text/x-patch
Size: 27756 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220802/bf1a9e3d/attachment.bin>
More information about the llvm-commits
mailing list