[PATCH] D70091: [BranchFolding] Fix PR43964 about branch folder not being debug invariant
Bjorn Pettersson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 15 09:21:02 PST 2019
bjope marked an inline comment as done.
bjope added inline comments.
================
Comment at: llvm/test/CodeGen/X86/branchfolding-debug-invariant.mir:38
+ ;
+ ; CHECK-LABEL: name: test1b
+ ; CHECK: bb.0:
----------------
This is the test case that fails without the patch. On trunk there is no rewrite bb.1 will contain two MOV8mi and a RET.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70091/new/
https://reviews.llvm.org/D70091
More information about the llvm-commits
mailing list