[llvm] [AMDGPU] SIPeepholeSDWA: Disable on existing SDWA instructions (PR #123942)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 23 02:49:19 PST 2025
================
@@ -0,0 +1,85 @@
+; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx1030 -o - < %s | FileCheck -check-prefix=CHECK %s
+
+; CHECK-NOT: v_lshlrev_b32_sdwa v{{[0-9]}}, v{{[0-9]}}, v{{[0-9]}} dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:WORD_1
----------------
arsenm wrote:
The not check is not useful, especially up here. Use update_llc_test_checks. Can this function be reduced any further?
https://github.com/llvm/llvm-project/pull/123942
More information about the llvm-commits
mailing list