forked from OSchip/llvm-project
[Test] Add -lcssa run to force LI in GVN
This commit is contained in:
parent
73cda4d183
commit
988926127b
|
@ -1,5 +1,5 @@
|
|||
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
|
||||
; RUN: opt -basic-aa -enable-load-pre -enable-pre -gvn -S < %s | FileCheck %s
|
||||
; RUN: opt -basic-aa -enable-load-pre -enable-pre -lcssa -gvn -S < %s | FileCheck %s
|
||||
|
||||
declare void @side_effect() nofree
|
||||
declare i1 @side_effect_cond() nofree
|
||||
|
|
Loading…
Reference in New Issue