This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cfe0cf0 Fix indent. NFC. new aa4eb89 [DiagnosticInfo] Add a diagnostic class for the fallback of ISel. new 8e21d40 [ResetMachineFunction] Emit the diagnostic isel fallback when asked. new e41c902 [TargetPassConfig] Add a hook to tell whether GlobalISel shou [...] new b3ee42e AMDGPU/SI: Make sure llvm.amdgcn.implicitarg.ptr() is at leas [...]
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/Passes.h | 6 +++++- include/llvm/CodeGen/TargetPassConfig.h | 5 +++++ include/llvm/IR/DiagnosticInfo.h | 20 ++++++++++++++++++++ lib/CodeGen/LLVMTargetMachine.cpp | 3 ++- lib/CodeGen/ResetMachineFunctionPass.cpp | 19 ++++++++++++++----- lib/CodeGen/TargetPassConfig.cpp | 14 ++++++++++---- lib/IR/DiagnosticInfo.cpp | 4 ++++ lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 2 +- test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll | 5 ++++- .../AMDGPU/llvm.amdgcn.kernarg.segment.ptr.ll | 14 ++++++++++++++ 10 files changed, 79 insertions(+), 13 deletions(-)