[PATCH] D140452: [AMDGPU][Test] Update perfhint test to use opaque pointers

Yashwant Singh via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 20 19:46:07 PST 2022


yassingh added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/perfhint.ll:114
 ; GCN-LABEL: {{^}}test_indirect:
-; GCN: MemoryBound: 0
+; GCN: MemoryBound: 1
 ; GCN: WaveLimiterHint : 1
----------------
Removal of bitcast modified InstrCost calculation which in turn affected MemoryBound calculation.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140452



More information about the llvm-commits mailing list