[PATCH] D26027: [ARM] Add newline char to test.
Sam Parker via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 27 03:41:57 PDT 2016
samparker created this revision.
samparker added a reviewer: pftbest.
samparker added a subscriber: llvm-commits.
Herald added subscribers: rengolin, aemerson.
Missed a newline character in the previous patch.
https://reviews.llvm.org/D26027
Files:
test/CodeGen/ARM/longMAC.ll
Index: test/CodeGen/ARM/longMAC.ll
===================================================================
--- test/CodeGen/ARM/longMAC.ll
+++ test/CodeGen/ARM/longMAC.ll
@@ -224,7 +224,8 @@
;CHECK-V7M-THUMB-NOT: umaal
%conv = zext i32 %lhs to i64
%conv1 = zext i32 %rhs to i64
- %mul = mul nuw i64 %conv1, %conv %conv2 = zext i32 %lo to i64
+ %mul = mul nuw i64 %conv1, %conv
+ %conv2 = zext i32 %lo to i64
%conv3 = zext i32 %hi to i64
%add = add i64 %conv2, %conv3
%add2 = add i64 %add, %mul
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26027.76000.patch
Type: text/x-patch
Size: 510 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161027/4b10eb8b/attachment.bin>
More information about the llvm-commits
mailing list