[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
Thu Apr 21 06:34:36 PDT 2022


nikic updated this revision to Diff 424179.
nikic added a comment.

Update some clang tests. Nothing actually changes there, there are only some differences in block order/naming. And it doesn't look like update_cc_test_checks works for these tests :/


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.424179.patch
Type: text/x-patch
Size: 10537 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220421/5e4f26f9/attachment-0001.bin>


More information about the llvm-commits mailing list