[PATCH] D11917: Fix a case of `CHECK[^:]*$`.
Jonathan Roelofs via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 10 12:46:39 PDT 2015
jroelofs created this revision.
jroelofs added a reviewer: t.p.northover.
jroelofs added subscribers: llvm-commits, t.p.northover.
Herald added a subscriber: aemerson.
@t.p.northover: my aarch64-fu isn't great... mind double-checking me on this?
http://reviews.llvm.org/D11917
Files:
CodeGen/AArch64/arm64-ccmp-heuristics.ll
Index: CodeGen/AArch64/arm64-ccmp-heuristics.ll
===================================================================
--- CodeGen/AArch64/arm64-ccmp-heuristics.ll
+++ CodeGen/AArch64/arm64-ccmp-heuristics.ll
@@ -15,10 +15,10 @@
; CHECK: Maze1
; CHECK: %if.then
; CHECK: cmp x{{[0-9]+}}, #2
-; CHECK-NEXT b.cc
+; CHECK-NEXT: b.lo
; CHECK: %if.then
; CHECK: cmp x{{[0-9]+}}, #2
-; CHECK-NEXT b.cc
+; CHECK-NEXT: b.lo
define i32 @Maze1() nounwind ssp {
entry:
%0 = load i64, i64* @channelColumns, align 8, !tbaa !0
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11917.31711.patch
Type: text/x-patch
Size: 520 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150810/85a6595c/attachment.bin>
More information about the llvm-commits
mailing list