[llvm-branch-commits] [clang] [llvm] [AMDGPU] Introduce asyncmark/wait intrinsics (PR #180467)

Pierre van Houtryve via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Feb 9 01:09:29 PST 2026


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

nit: I think those 3 functions should go in `TII` directly

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


More information about the llvm-branch-commits mailing list