[llvm] [AArch64][GlobalISel] Don't crash when legalising G_*MIN/G_*MAX of pointer vector (PR #168872)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 20 12:01:37 PST 2025
================
@@ -0,0 +1,174 @@
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 6
+# RUN: llc -o - -mtriple=aarch64 -run-pass=legalizer -verify-machineinstrs %s | FileCheck %s
----------------
arsenm wrote:
```suggestion
# RUN: llc -o - -mtriple=aarch64 -run-pass=legalizer %s | FileCheck %s
```
https://github.com/llvm/llvm-project/pull/168872
More information about the llvm-commits
mailing list