[llvm] [CodeGen] Disallow mixing of ignorable uses in MachineCSE (PR #193522)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 22 09:37:49 PDT 2026
================
@@ -0,0 +1,66 @@
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 6
+# RUN: llc -mtriple=amdgcn--amdpal -mcpu=gfx1200 -mattr=+wavefrontsize32,+wavefrontsize64 -run-pass=machine-cse -verify-machineinstrs %s -o - | FileCheck %s
----------------
arsenm wrote:
You can't enable both wavesize features
https://github.com/llvm/llvm-project/pull/193522
More information about the llvm-commits
mailing list