[PATCH] D124159: [SimplifyCFG] Thread branches on same condition in more cases (PR54980)

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 29 00:44:22 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG4e545bdb355a: [SimplifyCFG] Thread branches on same condition in more cases (PR54980) (authored by nikic).
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D124159/new/

https://reviews.llvm.org/D124159

Files:
  clang/test/CodeGenObjC/exceptions.m
  clang/test/CodeGenObjCXX/exceptions-legacy.mm
  llvm/lib/Transforms/Utils/SimplifyCFG.cpp
  llvm/test/CodeGen/AArch64/arm64-andCmpBrToTBZ.ll
  llvm/test/Transforms/GVNSink/sink-common-code.ll
  llvm/test/Transforms/SimplifyCFG/X86/sink-common-code.ll
  llvm/test/Transforms/SimplifyCFG/jump-threading.ll
  llvm/test/Transforms/SimplifyCFG/wc-widen-block.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124159.425982.patch
Type: text/x-patch
Size: 10537 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220429/d6e534cc/attachment.bin>


More information about the llvm-commits mailing list