[PATCH] D130170: [AMDGPU] Stop running IR code sinking pass
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 20 06:57:12 PDT 2022
foad created this revision.
foad added reviewers: AMDGPU, piotr, critson, nhaehnle, mareko.
Herald added subscribers: kosarev, jsilvanus, kerbowa, hiraditya, t-tye, tpr, dstuttard, yaxunl, jvesely, kzhuravl, arsenm, MatzeB.
Herald added a project: All.
foad requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.
As mentioned in D101115 <https://reviews.llvm.org/D101115> this is a legacy pass that probably should not
be run at all, but definitely should not be run as part of the backend
codegen pass pipeline.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D130170
Files:
llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
llvm/test/CodeGen/AMDGPU/GlobalISel/atomic_optimizations_mul_one.ll
llvm/test/CodeGen/AMDGPU/GlobalISel/non-entry-alloca.ll
llvm/test/CodeGen/AMDGPU/atomic_optimizations_global_pointer.ll
llvm/test/CodeGen/AMDGPU/atomic_optimizations_local_pointer.ll
llvm/test/CodeGen/AMDGPU/ctpop16.ll
llvm/test/CodeGen/AMDGPU/llc-pipeline.ll
llvm/test/CodeGen/AMDGPU/mul_int24.ll
llvm/test/CodeGen/AMDGPU/non-entry-alloca.ll
llvm/test/CodeGen/AMDGPU/sdiv64.ll
llvm/test/CodeGen/AMDGPU/sgpr-control-flow.ll
llvm/test/CodeGen/AMDGPU/si-annotate-cf.ll
llvm/test/CodeGen/AMDGPU/skip-if-dead.ll
llvm/test/CodeGen/AMDGPU/srem64.ll
llvm/test/CodeGen/AMDGPU/urem64.ll
llvm/test/CodeGen/AMDGPU/vgpr-liverange-ir.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130170.446145.patch
Type: text/x-patch
Size: 152228 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220720/09826110/attachment-0001.bin>
More information about the llvm-commits
mailing list