forked from OSchip/llvm-project
parent
35248e06bc
commit
8e99b0baca
|
@ -1,6 +1,7 @@
|
||||||
; This test makes sure that these instructions are properly eliminated.
|
; This test makes sure that these instructions are properly eliminated.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
; RUN: llvm-as < %s | opt -instcombine -disable-output &&
|
||||||
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep sh
|
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep sh
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
; This test makes sure that these instructions are properly eliminated.
|
; This test makes sure that these instructions are properly eliminated.
|
||||||
;
|
;
|
||||||
|
|
||||||
|
; RUN: llvm-as < %s | opt -instcombine -disable-output &&
|
||||||
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep 'xor '
|
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep 'xor '
|
||||||
|
|
||||||
%G1 = global uint 0
|
%G1 = global uint 0
|
||||||
|
|
Loading…
Reference in New Issue