[PATCH] D155940: [SimplifyCFG] Transform for merging the combination of phis in switch

Hongyu Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 25 07:30:56 PDT 2023


XChy updated this revision to Diff 543964.
XChy marked 4 inline comments as done.
XChy set the repository for this revision to rG LLVM Github Monorepo.
XChy added a comment.

- Fix the nits
- Change the order of checks to increase efficiency.

`jump-table-islands.ll` belongs to ARM's CodeGen test and it seems to be handwritten. Could anyone familiar with it suggest me how to update it?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155940

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155940.543964.patch
Type: text/x-patch
Size: 9799 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230725/bad79fde/attachment.bin>


More information about the llvm-commits mailing list