[PATCH] D154053: [CGP] Refactor optimizeSelectInst (NFC)

Momchil Velikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 29 02:01:42 PDT 2023


chill created this revision.
chill added reviewers: nikic, efriedma, dmgreen.
Herald added subscribers: StephenFan, hiraditya.
Herald added a project: All.
chill requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Refactor to use BasicBlockUtils functions and make life easier for
a subsequent patch for updating the dominator tree.


https://reviews.llvm.org/D154053

Files:
  llvm/include/llvm/Transforms/Utils/BasicBlockUtils.h
  llvm/lib/CodeGen/CodeGenPrepare.cpp
  llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
  llvm/test/CodeGen/ARM/aes-erratum-fix.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154053.535683.patch
Type: text/x-patch
Size: 11861 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230629/5867d06a/attachment.bin>


More information about the llvm-commits mailing list