This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 83c8485 Fix CodeGenPrepare::stripInvariantGroupMetadata new 308c60d Implement LaneBitmask::any(), use it to replace !none(), NFCI new 3499b6e Reapply "[LV] Enable vectorization of loops with conditional [...] new 4bdcc32 GDB pretty printer for llvm::Optional new ce07e02 Strip invalid TBAA when reading bitcode
The 4 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/CodeGen/RegisterPressure.h | 2 +- include/llvm/MC/LaneBitmask.h | 1 + lib/Bitcode/Reader/BitcodeReader.cpp | 24 ++++++++++++++++++ lib/Bitcode/Reader/MetadataLoader.cpp | 13 ++++++++++ lib/Bitcode/Reader/MetadataLoader.h | 6 +++++ lib/CodeGen/DetectDeadLanes.cpp | 2 +- lib/CodeGen/LiveInterval.cpp | 4 +-- lib/CodeGen/LiveIntervalAnalysis.cpp | 6 ++--- lib/CodeGen/LivePhysRegs.cpp | 4 +-- lib/CodeGen/LiveRangeCalc.cpp | 4 +-- lib/CodeGen/LiveRangeEdit.cpp | 2 +- lib/CodeGen/LiveRegMatrix.cpp | 2 +- lib/CodeGen/MachineBasicBlock.cpp | 2 +- lib/CodeGen/MachineScheduler.cpp | 4 +-- lib/CodeGen/MachineVerifier.cpp | 20 +++++++-------- lib/CodeGen/RegisterCoalescer.cpp | 24 +++++++++--------- lib/CodeGen/RegisterPressure.cpp | 22 ++++++++-------- lib/CodeGen/RegisterScavenging.cpp | 2 +- lib/CodeGen/ScheduleDAGInstrs.cpp | 8 +++--- lib/CodeGen/SplitKit.cpp | 2 +- lib/CodeGen/VirtRegMap.cpp | 2 +- lib/Target/Hexagon/HexagonBlockRanges.cpp | 2 +- lib/Target/Hexagon/HexagonExpandCondsets.cpp | 2 +- lib/Target/Hexagon/RDFGraph.cpp | 8 +++--- lib/Target/Hexagon/RDFGraph.h | 6 ++--- lib/Target/Hexagon/RDFLiveness.cpp | 4 +-- lib/Transforms/Vectorize/LoopVectorize.cpp | 2 +- .../LoopVectorize/AArch64/predication_costs.ll | 2 +- .../LoopVectorize/conditional-assignment.ll | 4 +-- .../LoopVectorize/consecutive-ptr-uniforms.ll | 2 +- test/Transforms/LoopVectorize/if-pred-stores.ll | 2 +- .../interleaved-accesses-pred-stores.ll | 2 +- test/Verifier/tbaa.ll | 8 ++++-- utils/TableGen/CodeGenRegisters.cpp | 6 ++--- utils/TableGen/RegisterInfoEmitter.cpp | 4 +-- utils/gdb-scripts/prettyprinters.py | 29 ++++++++++++++++++++++ 36 files changed, 158 insertions(+), 81 deletions(-)