[all-commits] [llvm/llvm-project] 7c362b: [IRBuilder] Fix unnecessary IRBuilder copies; NFC
Nikita Popov via All-commits
all-commits at lists.llvm.org
Sun Feb 16 08:59:24 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7c362b25d7a9093d7d38171f2684876b63bb5a57
https://github.com/llvm/llvm-project/commit/7c362b25d7a9093d7d38171f2684876b63bb5a57
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2020-02-16 (Sun, 16 Feb 2020)
Changed paths:
M clang/lib/CodeGen/CGExprScalar.cpp
M llvm/lib/Target/X86/X86InterleavedAccess.cpp
M llvm/lib/Transforms/Instrumentation/BoundsChecking.cpp
M llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
M llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
Log Message:
-----------
[IRBuilder] Fix unnecessary IRBuilder copies; NFC
Fix a few cases where an IRBuilder is passed to a helper function
by value, while a by reference pass was intended.
More information about the All-commits
mailing list