[llvm] [AMDGPU] Fix SDWA commuting (PR #106920)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 3 10:43:07 PDT 2024
================
@@ -0,0 +1,46 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx1030 -verify-machineinstrs < %s | FileCheck %s
----------------
arsenm wrote:
```suggestion
; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx1030 < %s | FileCheck %s
```
https://github.com/llvm/llvm-project/pull/106920
More information about the llvm-commits
mailing list