[llvm] [AMDGPU] iglp.opt does not clobber memory operands (PR #126976)

Jeffrey Byrnes via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 13 14:39:38 PST 2025


================
@@ -0,0 +1,39 @@
+; RUN: llc -mtriple=amdgcn -mcpu=gfx942 --stop-after=si-fix-sgpr-copies < %s | FileCheck %s
+
+; iglp.opt should not be flagged as clobbering the memory operand for the global_load, and we should be able to
+; lower into the scalar version (i.e. should not need to lower into vector version with waterfall loop)
+; CHECK-NOT: WATERFALL
----------------
jrbyrnes wrote:

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

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


More information about the llvm-commits mailing list