summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2019-03-29 19:14:52 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2019-03-29 19:14:52 +0000
commitd395bc1cc23e1c77ede517611c29c1037a4d8a4b (patch)
tree786f60a6e1243ce340eb383dc944b6fc73aa204e
parent103fbbbfca549793f88d7a46522ce3200e96a2c2 (diff)
downloadbcm5719-llvm-d395bc1cc23e1c77ede517611c29c1037a4d8a4b.tar.gz
bcm5719-llvm-d395bc1cc23e1c77ede517611c29c1037a4d8a4b.zip
[Hexagon] Remove fcmp undef from reduced tests
Pre-commit for D60006 (Add fcmp UNDEF handling to SelectionDAG::FoldSetCC) Approved by @kparzysz (Krzysztof Parzyszek) llvm-svn: 357301
-rw-r--r--llvm/test/CodeGen/Hexagon/autohvx/build-vector-i32-type.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Hexagon/autohvx/build-vector-i32-type.ll b/llvm/test/CodeGen/Hexagon/autohvx/build-vector-i32-type.ll
index c79525442c6..c534c0b7487 100644
--- a/llvm/test/CodeGen/Hexagon/autohvx/build-vector-i32-type.ll
+++ b/llvm/test/CodeGen/Hexagon/autohvx/build-vector-i32-type.ll
@@ -9,10 +9,10 @@ target triple = "hexagon"
@g0 = global <16 x float> zeroinitializer, align 8
@g1 = global <16 x i32> zeroinitializer, align 8
-define void @fred(<16 x i16> %x) #0 {
+define void @fred(<16 x i16> %x, <16 x float> %y) #0 {
b0:
%v1 = load <16 x float>, <16 x float>* @g0, align 8
- %v2 = fcmp olt <16 x float> undef, %v1
+ %v2 = fcmp olt <16 x float> %y, %v1
%v3 = select <16 x i1> %v2, <16 x i16> %x, <16 x i16> zeroinitializer
%v4 = sext <16 x i16> %v3 to <16 x i32>
store <16 x i32> %v4, <16 x i32>* @g1, align 64
OpenPOWER on IntegriCloud