[all-commits] [llvm/llvm-project] 4c95f7: [CodeGenPrepare] Refactor optimizeSelectInst (NFC)
Momchil Velikov via All-commits
all-commits at lists.llvm.org
Wed Jul 19 10:57:58 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4c95f79cce190a3bc9ad4add2d32a2ae5f035d91
https://github.com/llvm/llvm-project/commit/4c95f79cce190a3bc9ad4add2d32a2ae5f035d91
Author: Momchil Velikov <momchil.velikov at arm.com>
Date: 2023-07-19 (Wed, 19 Jul 2023)
Changed paths:
M llvm/include/llvm/Transforms/Utils/BasicBlockUtils.h
M llvm/lib/CodeGen/CodeGenPrepare.cpp
M llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
M llvm/test/CodeGen/ARM/aes-erratum-fix.ll
Log Message:
-----------
[CodeGenPrepare] Refactor optimizeSelectInst (NFC)
Refactor to use BasicBlockUtils functions and make life easier for
a subsequent patch for updating the dominator tree.
Reviewed By: dmgreen
Differential Revision: https://reviews.llvm.org/D154053
More information about the All-commits
mailing list