[PATCH] D20164: [mips] MIPS64R6 compact branch support
Daniel Sanders via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 27 03:41:06 PDT 2016
dsanders added inline comments.
================
Comment at: test/CodeGen/Mips/compactbranches/compact-branches-64.ll:12
@@ +11,3 @@
+ %cmp = icmp eq i64 %call, %call1
+; CHECK: bnec
+ br i1 %cmp, label %if.then, label %if.end
----------------
The CHECK prefix is still disabled so we're not actually performing these checks
http://reviews.llvm.org/D20164
More information about the llvm-commits
mailing list