[all-commits] [llvm/llvm-project] 5f7b92: [IRBuilder] Prefer InsertPointGuard over full copy...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Sun Feb 16 09:03:40 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5f7b92b1b4d6941051380a9fd5b2b85718cce1c2
https://github.com/llvm/llvm-project/commit/5f7b92b1b4d6941051380a9fd5b2b85718cce1c2
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2020-02-16 (Sun, 16 Feb 2020)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
M llvm/lib/Transforms/Scalar/SROA.cpp
Log Message:
-----------
[IRBuilder] Prefer InsertPointGuard over full copy; NFC
Don't copy the IRBuilder when an InsertPointGuard would also do.
More information about the All-commits
mailing list