Skip to content

Commit 225b0c4

Browse files
Remove -O3 from lit test
1 parent 58775ec commit 225b0c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/X86/pr121456.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
2-
; RUN: llc < %s -mtriple=x86_64-- -mattr=+avx512dq -O3 | FileCheck %s
2+
; RUN: llc < %s -mtriple=x86_64-- -mattr=+avx512dq | FileCheck %s
33

44
define <8 x i64> @pr121456(<8 x i64> %a, <8 x i64> %b) {
55
; CHECK-LABEL: pr121456:

0 commit comments

Comments
 (0)