[PATCH] D66467: [Codegen] skip debug instr to avoid code change
Chris Ye via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 10 18:51:32 PST 2019
yechunliang added a comment.
> name: test3
> body: |
> bb.0:
>
> TEST8rr killed renamable $al, renamable $al, implicit-def $eflags
> JCC_1 %bb.1, 5, implicit killed $eflags
from the test case, the JCC should be bb.2, as below, right?
> JCC_1 %bb.2, 5, implicit killed $eflags
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66467/new/
https://reviews.llvm.org/D66467
More information about the llvm-commits
mailing list