[llvm] [CodeGen] Disallow mixing of ignorable uses in MachineCSE (PR #193522)
Carl Ritson via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 23 01:15:16 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
----------------
perlfu wrote:
Looks like Wave64 MIR.
https://github.com/llvm/llvm-project/pull/193522
More information about the llvm-commits
mailing list