[PATCH] D122635: [RISCV] Filter out instructions which contain unsafe things when outlining
Wang Pengcheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 7 19:59:32 PDT 2022
pcwang-thead added a comment.
In D122635#3437566 <https://reviews.llvm.org/D122635#3437566>, @jrtc27 wrote:
> The commit message says JumpTableIndex but isJTI is already checked?
My bad. This patch was based on LLVM 13.x and it seems that isJTI was added in D109436 <https://reviews.llvm.org/D109436>. I noticed the conflict when rebasing but I forgot to change the commit message.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122635/new/
https://reviews.llvm.org/D122635
More information about the llvm-commits
mailing list