[PATCH] D132079: [AMDGPU] Add iglp_opt builtin and MFMA GEMM Opt strategy

Jeffrey Byrnes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 19 07:23:51 PDT 2022


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



More information about the llvm-commits mailing list