[llvm] [AMDGPU] Do not fold COPY with implicit use of exec (PR #136003)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 17 04:58:59 PDT 2025
================
@@ -0,0 +1,36 @@
+# RUN: llc -mtriple=amdgcn -mcpu=gfx900 -run-pass=si-fold-operands -verify-machineinstrs -o - %s | FileCheck %s
+
----------------
arsenm wrote:
```suggestion
# RUN: llc -mtriple=amdgcn -mcpu=gfx900 -run-pass=si-fold-operands -o - %s | FileCheck %s
```
https://github.com/llvm/llvm-project/pull/136003
More information about the llvm-commits
mailing list