This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 40ec2ef67db [X86][SSE] Pull out repeated INSERT_VECTOR_ELT code from Lo [...] new eb998271ba6 [x86] replace isEqualTo with == for efficiency new 5298935fe70 [dump] Remove NDEBUG from test to enable dump methods [NFC] new fadd83b09ca [AMDGPU] For amdpal, widen interpolation mode workaround
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: CMakeLists.txt | 6 ++-- bindings/ocaml/llvm/llvm_ocaml.c | 2 +- include/llvm/Analysis/DominanceFrontier.h | 2 +- include/llvm/Analysis/DominanceFrontierImpl.h | 2 +- include/llvm/Analysis/RegionInfo.h | 4 +-- include/llvm/Analysis/RegionInfoImpl.h | 4 +-- include/llvm/CodeGen/TargetSchedule.h | 2 +- include/llvm/Config/config.h.cmake | 3 -- include/llvm/Config/llvm-config.h.cmake | 4 +++ include/llvm/IR/Attributes.h | 2 +- include/llvm/MC/MCSchedule.h | 4 +-- include/llvm/Object/Wasm.h | 2 +- include/llvm/Support/Compiler.h | 6 ++-- lib/Analysis/AliasSetTracker.cpp | 2 +- lib/Analysis/BlockFrequencyInfoImpl.cpp | 2 +- lib/Analysis/CallGraph.cpp | 6 ++-- lib/Analysis/DependenceAnalysis.cpp | 2 +- lib/Analysis/DominanceFrontier.cpp | 2 +- lib/Analysis/IVUsers.cpp | 2 +- lib/Analysis/InlineCost.cpp | 2 +- lib/Analysis/LazyCallGraph.cpp | 6 ++-- lib/Analysis/LoopInfo.cpp | 2 +- lib/Analysis/MemorySSA.cpp | 4 +-- lib/Analysis/PHITransAddr.cpp | 2 +- lib/Analysis/RegionInfo.cpp | 2 +- lib/Analysis/ScalarEvolution.cpp | 2 +- lib/Analysis/Trace.cpp | 2 +- lib/Bitcode/Writer/ValueEnumerator.cpp | 2 +- lib/CodeGen/AsmPrinter/DIE.cpp | 6 ++-- lib/CodeGen/AsmPrinter/DebugLocEntry.h | 2 +- lib/CodeGen/BranchRelaxation.cpp | 2 +- lib/CodeGen/CodeGenPrepare.cpp | 2 +- lib/CodeGen/GlobalISel/RegBankSelect.cpp | 2 +- lib/CodeGen/GlobalISel/RegisterBank.cpp | 2 +- lib/CodeGen/GlobalISel/RegisterBankInfo.cpp | 8 +++--- lib/CodeGen/InlineSpiller.cpp | 2 +- lib/CodeGen/LexicalScopes.cpp | 2 +- lib/CodeGen/LiveDebugValues.cpp | 2 +- lib/CodeGen/LiveDebugVariables.cpp | 4 +-- lib/CodeGen/LiveInterval.cpp | 6 ++-- lib/CodeGen/LiveIntervalAnalysis.cpp | 2 +- lib/CodeGen/LivePhysRegs.cpp | 2 +- lib/CodeGen/LiveVariables.cpp | 2 +- lib/CodeGen/MachineBasicBlock.cpp | 2 +- lib/CodeGen/MachineFrameInfo.cpp | 2 +- lib/CodeGen/MachineFunction.cpp | 6 ++-- lib/CodeGen/MachineInstr.cpp | 4 +-- lib/CodeGen/MachineLoopInfo.cpp | 2 +- lib/CodeGen/MachinePipeliner.cpp | 4 +-- lib/CodeGen/MachineRegionInfo.cpp | 2 +- lib/CodeGen/MachineRegisterInfo.cpp | 2 +- lib/CodeGen/MachineScheduler.cpp | 8 +++--- lib/CodeGen/PostRASchedulerList.cpp | 2 +- lib/CodeGen/RegAllocPBQP.cpp | 2 +- lib/CodeGen/RegisterPressure.cpp | 2 +- lib/CodeGen/SafeStackColoring.cpp | 2 +- lib/CodeGen/ScheduleDAG.cpp | 2 +- lib/CodeGen/ScheduleDAGInstrs.cpp | 6 ++-- lib/CodeGen/ScoreboardHazardRecognizer.cpp | 2 +- lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp | 4 +-- lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp | 4 +-- lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | 8 +++--- lib/CodeGen/SlotIndexes.cpp | 4 +-- lib/CodeGen/SplitKit.cpp | 2 +- lib/CodeGen/StackColoring.cpp | 2 +- lib/CodeGen/TargetRegisterInfo.cpp | 2 +- lib/CodeGen/VirtRegMap.cpp | 2 +- lib/IR/AsmWriter.cpp | 2 +- lib/IR/Attributes.cpp | 6 ++-- lib/IR/ConstantRange.cpp | 2 +- lib/IR/Core.cpp | 2 +- lib/IR/DebugLoc.cpp | 2 +- lib/IR/GCOV.cpp | 6 ++-- lib/IR/Pass.cpp | 2 +- lib/IR/ValueSymbolTable.cpp | 2 +- lib/MC/MCExpr.cpp | 2 +- lib/MC/MCFragment.cpp | 2 +- lib/MC/MCInst.cpp | 4 +-- lib/MC/MCLabel.cpp | 2 +- lib/MC/MCParser/MCAsmParser.cpp | 2 +- lib/MC/MCSection.cpp | 2 +- lib/MC/MCSymbol.cpp | 2 +- lib/MC/MCValue.cpp | 2 +- lib/MC/SubtargetFeature.cpp | 2 +- lib/MC/WasmObjectWriter.cpp | 2 +- lib/Option/Arg.cpp | 2 +- lib/Option/ArgList.cpp | 2 +- lib/Option/Option.cpp | 2 +- lib/ProfileData/SampleProf.cpp | 6 ++-- lib/Support/APFloat.cpp | 2 +- lib/Support/APInt.cpp | 2 +- lib/Support/BranchProbability.cpp | 2 +- lib/Support/Twine.cpp | 2 +- lib/TableGen/Record.cpp | 10 +++---- lib/TableGen/TGParser.cpp | 2 +- lib/Target/AMDGPU/AMDGPUMachineCFGStructurizer.cpp | 2 +- lib/Target/AMDGPU/GCNIterativeScheduler.cpp | 2 +- lib/Target/AMDGPU/GCNRegPressure.cpp | 6 ++-- lib/Target/AMDGPU/SIISelLowering.cpp | 33 ++++++++++++++++------ lib/Target/ARM/ARMConstantIslandPass.cpp | 2 +- lib/Target/ARM/ARMConstantPoolValue.cpp | 2 +- lib/Target/Hexagon/HexagonSplitDouble.cpp | 2 +- lib/Target/MSP430/MSP430ISelDAGToDAG.cpp | 2 +- lib/Target/Mips/MipsConstantIslandPass.cpp | 2 +- lib/Target/PowerPC/PPCVSXSwapRemoval.cpp | 2 +- lib/Target/X86/X86FloatingPoint.cpp | 2 +- lib/Target/X86/X86ISelDAGToDAG.cpp | 2 +- lib/Target/X86/X86ISelLowering.cpp | 8 +++--- lib/Transforms/Coroutines/CoroFrame.cpp | 2 +- lib/Transforms/Scalar/GVN.cpp | 2 +- lib/Transforms/Scalar/LoopStrengthReduce.cpp | 14 ++++----- lib/Transforms/Scalar/SROA.cpp | 10 +++---- test/CodeGen/AMDGPU/amdpal-psenable.ll | 21 ++++++++++++++ utils/TableGen/AsmMatcherEmitter.cpp | 2 +- utils/TableGen/SubtargetEmitter.cpp | 2 +- utils/TableGen/SubtargetFeatureInfo.cpp | 2 +- 116 files changed, 223 insertions(+), 184 deletions(-) create mode 100644 test/CodeGen/AMDGPU/amdpal-psenable.ll