[llvm] [GlobalISel] convergence control tokens and intrinsics (PR #67006)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 24 01:27:17 PDT 2023


================
@@ -121,6 +132,8 @@ bool CallLowering::lowerCall(MachineIRBuilder &MIRBuilder, const CallBase &CB,
     CanBeTailCalled = false;
   }
 
+  if (!hasConvergenceEntryToken(CB))
----------------
arsenm wrote:

Should this go under a CanBeTailCalled check?

https://github.com/llvm/llvm-project/pull/67006


More information about the llvm-commits mailing list