[clang] [llvm] InstCombine: Order shufflevector operands by complexity (PR #113212)
Matthias Braun via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 25 10:28:58 PDT 2024
================
@@ -1,7 +1,7 @@
+// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 5
// REQUIRES: x86-registered-target
-// RUN: %clang_cc1 -ffreestanding %s -O3 -triple=x86_64-apple-darwin -target-feature +avx -emit-llvm -o - | FileCheck %s --check-prefixes=CHECK,X64
-// RUN: %clang_cc1 -ffreestanding %s -O3 -triple=i386-apple-darwin -target-feature +avx -emit-llvm -o - | FileCheck %s --check-prefixes=CHECK,X86
-// FIXME: This is testing optimized generation of shuffle instructions and should be fixed.
+// RUN: %clang_cc1 -ffreestanding %s -target-feature +avx -emit-llvm -o - | FileCheck %s --check-prefixes=CHECK
+// RUN: %clang_cc1 -ffreestanding %s -target-feature +avx -emit-llvm -o - | FileCheck %s --check-prefixes=CHECK
----------------
MatzeB wrote:
My bad, I wanted to drop the "apple-darwin" part because apparently `update_cc_test_checks.sh` cannot deal with the `_` prefix added on apple/darwin platforms. Made sure I keep an x64_64 and i386 triple around in the new updates in #113714
https://github.com/llvm/llvm-project/pull/113212
More information about the llvm-commits
mailing list