[PATCH] D81649: [AMDGPU/MemOpsCluster] Compute `width` for `MIMG` instruction class.

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 23 02:36:31 PDT 2020


foad added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/cluster_stores.ll:8-10
+
+; DBG: Num BaseOps: {{[1-9]+}}, Offset: {{[0-9]+}}, OffsetIsScalable: {{[01]}}, Width: {{[1-9]+}}
+
----------------
I don't think this really adds any value to the test, unless you're going to check for specific numbers like "Width: 4" or similar?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81649





More information about the llvm-commits mailing list