[llvm] [AMDGPU][InstCombine] Optimize constant shuffle patterns (PR #192246)
Juan Manuel Martinez CaamaƱo via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 16 00:41:38 PDT 2026
================
@@ -0,0 +1,289 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt -mtriple=amdgcn-amd-amdhsa -mcpu=gfx1100 -passes=instcombine -S < %s | FileCheck %s --check-prefixes=GFX11
+; RUN: opt -mtriple=amdgcn-amd-amdhsa -mcpu=gfx1100 -mattr=+wavefrontsize64 -passes=instcombine -S < %s | FileCheck %s --check-prefixes=GFX11-W64
----------------
jmmartinez wrote:
Should we repeat the tests for a target without dpp and for a target pre-gfx10 ?
https://github.com/llvm/llvm-project/pull/192246
More information about the llvm-commits
mailing list