[llvm] [GlobalISel] convergence control tokens and intrinsics (PR #67006)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 11 22:26:57 PDT 2024
================
@@ -121,6 +132,8 @@ bool CallLowering::lowerCall(MachineIRBuilder &MIRBuilder, const CallBase &CB,
CanBeTailCalled = false;
}
+ if (!hasConvergenceEntryToken(CB))
----------------
arsenm wrote:
Ping? Why is this here and/or backwards?
https://github.com/llvm/llvm-project/pull/67006
More information about the llvm-commits
mailing list