projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c35968
)
This test needs to use egrep.
author
Reid Spencer
<rspencer@reidspencer.com>
Sat, 14 Apr 2007 20:02:51 +0000
(20:02 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Sat, 14 Apr 2007 20:02:51 +0000
(20:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36012
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Transforms/InstCombine/fpcast.ll
patch
|
blob
|
history
diff --git
a/test/Transforms/InstCombine/fpcast.ll
b/test/Transforms/InstCombine/fpcast.ll
index 1da8e42edf4f607f5b97939a5bb20591cbdb9d79..0c387676d4223ebbffb798f00d47430ad798111b 100644
(file)
--- a/
test/Transforms/InstCombine/fpcast.ll
+++ b/
test/Transforms/InstCombine/fpcast.ll
@@
-1,7
+1,7
@@
; Test some floating point casting cases
; RUN: llvm-upgrade %s -o - | llvm-as | opt -instcombine | llvm-dis | notcast
; RUN: llvm-upgrade %s -o - | llvm-as | opt -instcombine | llvm-dis | \
-; RUN:
grep 'ret i8 \(-1\)\|\(255\)'
+; RUN:
egrep {ret i8 \(-1\)\|\(255\)}
sbyte %test1() {
%x = fptoui float 255.0 to sbyte