[PATCH] D26027: [ARM] Add newline char to test.
Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 27 03:52:34 PDT 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL285280: [ARM] Add newline char to test. (authored by sam_parker).
Changed prior to commit:
https://reviews.llvm.org/D26027?vs=76000&id=76002#toc
Repository:
rL LLVM
https://reviews.llvm.org/D26027
Files:
llvm/trunk/test/CodeGen/ARM/longMAC.ll
Index: llvm/trunk/test/CodeGen/ARM/longMAC.ll
===================================================================
--- llvm/trunk/test/CodeGen/ARM/longMAC.ll
+++ llvm/trunk/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.76002.patch
Type: text/x-patch
Size: 543 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161027/0bbb9480/attachment.bin>
More information about the llvm-commits
mailing list