[PATCH] D129193: [JumpThreading] Avoid threadThroughTwoBasicBlocks when PredPred BB ends with indirectbranch
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 6 07:55:12 PDT 2022
nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.
LG
Currently, we should also be checking for callbr as well, but I hope that the need for that goes away with D129205 <https://reviews.llvm.org/D129205> anyway.
================
Comment at: llvm/test/Transforms/JumpThreading/indirectbr-in-predpred.ll:1
+; RUN: opt -S < %s -jump-threading | FileCheck %s
+
----------------
Please use update_test_checks.py
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129193/new/
https://reviews.llvm.org/D129193
More information about the llvm-commits
mailing list