[PATCH] D98917: [AMDGPU] Merge SIRemoveShortExecBranches into SIPreEmitPeephole
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 19 02:09:01 PDT 2021
foad accepted this revision.
foad added a comment.
This revision is now accepted and ready to land.
I thought it was a bit odd to optimize branches in a "peephole" pass. But given that we already handle vccz branches, handling execz branches here too seems like a good fit.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98917/new/
https://reviews.llvm.org/D98917
More information about the llvm-commits
mailing list