[PATCH] D23129: fix test in for ARM Constant Materialize patch r277610

Weiming Zhao via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 3 12:31:50 PDT 2016


weimingz created this revision.
weimingz added reviewers: jmolloy, bruno.
weimingz added a subscriber: llvm-commits.
weimingz set the repository for this revision to rL LLVM.
Herald added subscribers: samparker, rengolin, aemerson.

Repository:
  rL LLVM

https://reviews.llvm.org/D23129

Files:
  test/CodeGen/ARM/subtarget-no-movt.ll

Index: test/CodeGen/ARM/subtarget-no-movt.ll
===================================================================
--- test/CodeGen/ARM/subtarget-no-movt.ll
+++ test/CodeGen/ARM/subtarget-no-movt.ll
@@ -42,14 +42,6 @@
   ret i32 %1
 }
 
-; NO-OPTION-LABEL: {{_?}}foo2
-; NO-OPTION: mov.w	r0, #-536813568
-; NO-OPTION-LABEL-NOT: .long
-
-; USE-MOVT-LABEL: {{_?}}foo2
-; USE-MOVT: mov.w	r0, #-536813568
-; USE-MOVT-NOT: .long
-
 ; NO-USE-MOVT-LABEL: {{_?}}foo2
 ; NO-USE-MOVT: mov.w	r0, #-536813568
 ; NO-USE-MOVT-NOT: .long
@@ -58,5 +50,4 @@
   ret i32 %1
 }
 
-
 attributes #0 = { "target-features"="+no-movt" }


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23129.66692.patch
Type: text/x-patch
Size: 610 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160803/91307722/attachment.bin>


More information about the llvm-commits mailing list