[llvm] [AMDGPU] Account for existing SDWA selections (PR #123221)

Jeffrey Byrnes via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 21 14:50:34 PST 2025


================
@@ -0,0 +1,796 @@
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 5
+# RUN: llc -mtriple=amdgcn -mcpu=gfx1030 -simplify-mir -run-pass=si-peephole-sdwa -o - %s | FileCheck %s
+
+# Test the combination of SDWA selections in si-peephole-sdwa. In each
----------------
jrbyrnes wrote:

Do we have tests for combining on dst?

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


More information about the llvm-commits mailing list