Skip to content
Snippets Groups Projects
Commit a8340089 authored by NAKAMURA Takumi's avatar NAKAMURA Takumi
Browse files

test/Transforms/ConstProp/logicaltest.ll: FileCheck-ize.

llvm-svn: 122620
parent dbacfb73
No related branches found
No related tags found
No related merge requests found
; Ensure constant propogation of logical instructions is working correctly.
; RUN: opt < %s -constprop -die -S | \
; RUN: not egrep {and|or|xor}
; RUN: opt < %s -constprop -die -S | FileCheck %s
; CHECK-NOT: {{and|or|xor}}
define i32 @test1() {
%R = and i32 4, 1234 ; <i32> [#uses=1]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment