[PATCH] D28583: CodeGen: Allow small copyable blocks to "break" the CFG.

Kyle Butt via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 31 13:48:22 PST 2017


iteratee marked an inline comment as done.
iteratee added inline comments.


================
Comment at: test/CodeGen/X86/bt.ll:27
 ; CHECK-NEXT:    jb .LBB0_2
-;
+; CHECK-NEXT:  # BB#1: # %bb
+; CHECK-NEXT:    pushq %rax
----------------
davidxl wrote:
> This test has not changed in behavior. Better to revert the change.
I'll do a complete check for any tests that fall into this category and revert them.


https://reviews.llvm.org/D28583





More information about the llvm-commits mailing list