[PATCH] D73771: [AMDGPU] Don't remove short branches over kills
Christudasan Devadasan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 2 08:44:03 PST 2020
cdevadas added a comment.
I am moving the kill intrinsic handling into a separate pass. It is partially done. Fixing some corner cases now.
SIInsertSkips will eventually go away.
The handling/optimizaton of cbranch_execz insertion has been moved to the new pass SIRemoveShortExecBranches.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73771/new/
https://reviews.llvm.org/D73771
More information about the llvm-commits
mailing list