[llvm] [GlobalISel] Allow more illegal vector types in params/returns. (PR #95514)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 14 02:50:29 PDT 2024


================
@@ -1,7 +1,25 @@
-; XFAIL: *
-; RUN: llc -global-isel -mtriple=amdgcn -mcpu=fiji -stop-after=irtranslator -verify-machineinstrs -o - %s
+; NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -global-isel -mtriple=amdgcn -mcpu=fiji -stop-after=irtranslator -verify-machineinstrs -o - %s | FileCheck %s
----------------
arsenm wrote:

Can drop the verify-machineinstrs 

https://github.com/llvm/llvm-project/pull/95514


More information about the llvm-commits mailing list