[all-commits] [llvm/llvm-project] 1936bb: [ConstantHoisting] use BasicBlock::getFirstInserti...
Nick Desaulniers via All-commits
all-commits at lists.llvm.org
Wed Jul 12 09:51:00 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1936bb81aafdbb3b4c9770a24fc77ba07669bd19
https://github.com/llvm/llvm-project/commit/1936bb81aafdbb3b4c9770a24fc77ba07669bd19
Author: Nick Desaulniers <ndesaulniers at google.com>
Date: 2023-07-12 (Wed, 12 Jul 2023)
Changed paths:
M llvm/lib/Transforms/Scalar/ConstantHoisting.cpp
Log Message:
-----------
[ConstantHoisting] use BasicBlock::getFirstInsertionPt NFC
Rather than open coding the same implementation.
Reviewed By: MaskRay, void
Differential Revision: https://reviews.llvm.org/D154996
More information about the All-commits
mailing list