forked from OSchip/llvm-project
[PhaseOrdering] make different pass manager runs equivalent; NFC
I don't see any difference from the 'avx' setting, so leaving that off until there's a need for it.
This commit is contained in:
parent
59f49f7ee7
commit
6d953693fe
|
@ -1,7 +1,8 @@
|
|||
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
|
||||
; RUN: opt < %s -O3 -S -mtriple=x86_64-- -mattr=avx | FileCheck %s
|
||||
; RUN: opt -passes='default<O3>' -S < %s | FileCheck %s
|
||||
; RUN: opt < %s -O3 -S | FileCheck %s
|
||||
; RUN: opt < %s -passes='default<O3>' -S | FileCheck %s
|
||||
|
||||
target triple = "x86_64--"
|
||||
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
|
||||
|
||||
; Ideally, this should reach the backend with 1 fsub, 1 fadd, and 1 shuffle.
|
||||
|
|
Loading…
Reference in New Issue