[PATCH] D75504: [AMDGPU] moving vcc branch optimization into peephole
Christudasan Devadasan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 3 00:24:06 PST 2020
cdevadas created this revision.
cdevadas added reviewers: arsenm, rampitec.
Herald added subscribers: llvm-commits, kerbowa, hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, wdng, jvesely, kzhuravl.
Herald added a project: LLVM.
This optimization is presently included in SIInsertSkips pass.
SIInsertSkips will soon go away. Before that, Moving this
specific optimization into an appropriate place.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D75504
Files:
llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
llvm/lib/Target/AMDGPU/SIInsertSkips.cpp
llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
llvm/lib/Target/AMDGPU/SIInstrInfo.h
llvm/test/CodeGen/AMDGPU/insert-skip-from-vcc.mir
llvm/test/CodeGen/AMDGPU/wave32.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75504.247807.patch
Type: text/x-patch
Size: 9547 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200303/0b934e0d/attachment.bin>
More information about the llvm-commits
mailing list