[llvm] [X86][AVX512] Use comx for compare (PR #113098)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 20 11:40:32 PDT 2024
================
@@ -0,0 +1,121 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx10.2-512 | FileCheck %s --check-prefix=AVX10_2_X64
+; RUN: llc < %s -mtriple=i386-unknown-unknown -mattr=+avx10.2-512 | FileCheck %s --check-prefix=AVX10_2_X86
----------------
RKSimon wrote:
Just use X86/X64 for check prefixes
https://github.com/llvm/llvm-project/pull/113098
More information about the llvm-commits
mailing list