[llvm-branch-commits] [llvm] [GlobalISel] Recursively Optimise MatchTable Matchers (PR #197143)
David Green via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue May 12 03:51:01 PDT 2026
================
@@ -1,6 +1,24 @@
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
# RUN: llc -mtriple=aarch64-- -run-pass=instruction-select -verify-machineinstrs %s -o - | FileCheck %s
+# XFAIL: *
----------------
davemgreen wrote:
Can you change the s32 to i32 in the test? That should be how the IR is generated nowadays.
https://github.com/llvm/llvm-project/pull/197143
More information about the llvm-branch-commits
mailing list