forked from OSchip/llvm-project
[SVE][InstCombine] Improve specificity of InstCombine TypeSize test
The test was using -O2, where -instcombine will suffice. Reviewed By: sdesmalen Differential Revision: https://reviews.llvm.org/D90684
This commit is contained in:
parent
040c50278c
commit
cf637a69e7
|
@ -1,4 +1,4 @@
|
|||
; RUN: opt -S -O2 -mtriple=aarch64-linux-gnu -mattr=+sve < %s 2>%t
|
||||
; RUN: opt -S -instcombine < %s 2>%t
|
||||
; RUN: FileCheck --check-prefix=WARN --allow-empty %s <%t
|
||||
|
||||
; This regression test is verifying that the optimization defined by
|
||||
|
|
Loading…
Reference in New Issue