[llvm] [AMDGPU] Handle MachineOperandType global address in SIFoldOperands. (PR #135424)

Shilei Tian via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 26 16:48:11 PDT 2025


================
@@ -0,0 +1,46 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -mtriple=amdgcn -mcpu=gfx942 < %s | FileCheck %s
----------------
shiltian wrote:

```suggestion
; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx942 < %s | FileCheck %s
```

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


More information about the llvm-commits mailing list