[llvm] [AMDGPU] Change control flow intrinsic lowering making the wave to re… (PR #86805)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 15 12:49:13 PDT 2024
================
@@ -306,38 +306,26 @@ bool SIAnnotateControlFlow::handleLoop(BranchInst *Term) {
/// Close the last opened control flow
bool SIAnnotateControlFlow::closeControlFlow(BasicBlock *BB) {
----------------
arsenm wrote:
Annotate part should be done independently
https://github.com/llvm/llvm-project/pull/86805
More information about the llvm-commits
mailing list