================
@@ -710,6 +710,24 @@ class SIInsertWaitcnts {
   std::optional<WaitEventType>
   getExpertSchedulingEventType(const MachineInstr &Inst) const;
 
+  bool isAsync(const MachineInstr &MI) const {
----------------
ssahasra wrote:

This particular function can't go to TII, because it computes the result from a 
dynamic operand of the instruction. That stops the other two functions since 
they use this function.

https://github.com/llvm/llvm-project/pull/180467
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to