This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9eeb421361b GlobalISel: Fix parameter name in documentation new a435513a7c9 GlobalISel: Allow constructing SrcOp/DstOp from MachineOperand new b1458604949 GlobalISel: Fix CheckMachineFunction passing if ReadCheckFi [...] new 2ea14e2ca87 [WarnMissedTransforms] Do not warn about already vectorized loops. new 6186e8e51b1 [AMDGPU] Support emitting GOT relocations for function calls
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/GlobalISel/MachineIRBuilder.h | 2 + lib/Target/AMDGPU/AMDGPUInstrInfo.td | 5 +-- lib/Target/AMDGPU/SIISelLowering.cpp | 36 ++++++--------- lib/Target/AMDGPU/SIInstructions.td | 20 +++------ lib/Transforms/Utils/LoopUtils.cpp | 14 +++--- test/CodeGen/AMDGPU/function-call-relocs.ll | 51 ++++++++++++++++++++++ .../enable_and_isvectorized.ll | 33 ++++++++++++++ unittests/CodeGen/GlobalISel/GISelMITest.h | 4 +- .../CodeGen/GlobalISel/MachineIRBuilderTest.cpp | 25 +++++++++++ 9 files changed, 141 insertions(+), 49 deletions(-) create mode 100644 test/CodeGen/AMDGPU/function-call-relocs.ll create mode 100644 test/Transforms/LoopTransformWarning/enable_and_isvectorized.ll