This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4868a15090d [ARM] Temporarily disable globals promotion to constant poo [...] new bcb35301da4 [AArch64][Falkor] Fix sched details for FMOV of WZR/XZR. new 6ff1a723f73 [AMDGPU] Combine and (srl) into shl (bfe) new d3994aa571c [AArch64][Falkor] Refine sched details for LSLfast/ASRfast.
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: lib/Target/AArch64/AArch64InstrInfo.cpp | 127 +++++++++++++++++++++-- lib/Target/AArch64/AArch64InstrInfo.h | 2 +- lib/Target/AArch64/AArch64SchedFalkorDetails.td | 48 +++++---- lib/Target/AArch64/AArch64SchedFalkorWriteRes.td | 66 +++++++++--- lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 3 +- lib/Target/AMDGPU/AMDGPUSubtarget.h | 8 +- lib/Target/AMDGPU/SIISelLowering.cpp | 40 +++++-- test/CodeGen/AMDGPU/bfe-combine.ll | 41 ++++++++ 8 files changed, 278 insertions(+), 57 deletions(-) create mode 100644 test/CodeGen/AMDGPU/bfe-combine.ll