This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9d078e56967 [llvm-exegesis] Fix missing std::move. new f2c212eed34 [TI removal] Just use Instruction in the CFG printer code. NFC. new ce1e09bcf53 [TI removal] Remove `TerminatorInst` from BasicBlockUtils.h new ac346921b56 [TI removal] Remove a dead forward declaration of Terminato [...]
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Analysis/CFGPrinter.h | 2 +- include/llvm/Transforms/Scalar.h | 1 - include/llvm/Transforms/Utils/BasicBlockUtils.h | 18 ++++++++-------- .../Instrumentation/AddressSanitizer.cpp | 13 +++++------ .../Instrumentation/EfficiencySanitizer.cpp | 2 +- .../Instrumentation/HWAddressSanitizer.cpp | 2 +- lib/Transforms/Scalar/JumpThreading.cpp | 16 +++++++------- lib/Transforms/Utils/BasicBlockUtils.cpp | 25 +++++++++++----------- lib/Transforms/Utils/CallPromotionUtils.cpp | 4 ++-- lib/Transforms/Utils/LibCallsShrinkWrap.cpp | 2 +- lib/Transforms/Utils/LowerMemIntrinsics.cpp | 2 +- 11 files changed, 44 insertions(+), 43 deletions(-)