[PATCH] D129204: [X86][NFCI] Remove target-specific branch optimisation that's handled in BranchFolding
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 21 07:15:41 PDT 2022
RKSimon added a comment.
In D129204#3668746 <https://reviews.llvm.org/D129204#3668746>, @pengfei wrote:
> There seems a test for it: https://github.com/llvm/llvm-project/blob/main/llvm/test/CodeGen/X86/brcond.ll#L39
> Maybe it has become dead code. LGTM.
@asb please can you confirm if the tests fail if the OptimizeBlock variant of the code is disabled as well?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129204/new/
https://reviews.llvm.org/D129204
More information about the llvm-commits
mailing list