jrbyrnes added inline comments.

================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUIGroupLP.cpp:1063
+    } else if (Opc == AMDGPU::IGLP_OPT) {
+      if (!foundSB && !foundIGLP)
+        initIGLPOpt(*R);
----------------
I think this makes more sense if you parse the entire dag first, then check if 
neither were found.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D132079/new/

https://reviews.llvm.org/D132079

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to