[PATCH] D155711: [SimplifyCFG] Hoist common instructions on Switch.

DianQK via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 19 16:22:37 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG96ea48ff5dcb: [SimplifyCFG] Hoist common instructions on Switch. (authored by DianQK).

Changed prior to commit:
  https://reviews.llvm.org/D155711?vs=557036&id=557085#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155711

Files:
  llvm/lib/Transforms/Utils/SimplifyCFG.cpp
  llvm/test/CodeGen/AArch64/patchable-function-entry-bti.ll
  llvm/test/Transforms/SimplifyCFG/HoistCode.ll
  llvm/test/Transforms/SimplifyCFG/hoist-common-code-with-unreachable.ll
  llvm/test/Transforms/SimplifyCFG/hoist-common-code.ll
  llvm/test/Transforms/SimplifyCFG/hoist-common-skip.ll
  llvm/test/Transforms/SimplifyCFG/hoist-with-metadata.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155711.557085.patch
Type: text/x-patch
Size: 60507 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230919/80573a08/attachment.bin>


More information about the llvm-commits mailing list