[PATCH] D66467: [Codegen] skip debug instr to avoid code change
Bjorn Pettersson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 11 09:17:43 PST 2019
bjope added a comment.
In D66467#1740283 <https://reviews.llvm.org/D66467#1740283>, @yechunliang wrote:
> > 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
Ah yes, I made a mistake in test3.
Anyway, I wrote a new PR here for my problem (simply skipped to include test3). It can be found here: https://bugs.llvm.org/show_bug.cgi?id=43964
(I guess any future discussions about this should take place in that PR)
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