[PATCH] D155939: [SimplifyCFG][NFC] Add tests for merging the combination of phis in switch

Hongyu Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 21 03:49:32 PDT 2023


XChy created this revision.
XChy added reviewers: skatkov, DamonFool, nikic, kazu.
XChy added a project: LLVM.
Herald added subscribers: khei4, StephenFan.
Herald added a project: All.
XChy requested review of this revision.
Herald added a subscriber: llvm-commits.

Tests for an upcoming simplification to merge the combination of phis in switch.
Related issue:
Switch not fully optimized <https://github.com/llvm/llvm-project/issues/63876>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D155939

Files:
  llvm/test/Transforms/SimplifyCFG/merge-phis-in-switch.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155939.542856.patch
Type: text/x-patch
Size: 11723 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230721/22bedef6/attachment.bin>


More information about the llvm-commits mailing list