[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:
Joe Ellis 2020-11-03 15:24:41 +00:00
parent 040c50278c
commit cf637a69e7
1 changed files with 1 additions and 1 deletions

View File

@ -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