This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b3f60e3cd4e [Dominators] Add a missing include new 7d7873efde3 [AArch64][Falkor] Avoid HW prefetcher tag collisions (step 1) new 2377605d246 [AArch64] Avoid selecting XZR inline ASM memory operand new 7bdecb49531 [libFuzzer] fix stats during merge
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/Fuzzer/FuzzerMerge.cpp | 1 - lib/Target/AArch64/AArch64.h | 2 + lib/Target/AArch64/AArch64FalkorHWPFFix.cpp | 147 ++++++++++++++++++++++++ lib/Target/AArch64/AArch64ISelDAGToDAG.cpp | 15 ++- lib/Target/AArch64/AArch64ISelLowering.cpp | 8 ++ lib/Target/AArch64/AArch64ISelLowering.h | 2 + lib/Target/AArch64/AArch64InstrInfo.cpp | 13 ++- lib/Target/AArch64/AArch64InstrInfo.h | 10 ++ lib/Target/AArch64/AArch64RegisterInfo.cpp | 2 +- lib/Target/AArch64/AArch64TargetMachine.cpp | 12 +- lib/Target/AArch64/CMakeLists.txt | 1 + test/CodeGen/AArch64/arm64-inline-asm.ll | 10 ++ test/CodeGen/AArch64/falkor-hwpf.ll | 106 +++++++++++++++++ test/CodeGen/MIR/AArch64/target-memoperands.mir | 4 + 14 files changed, 321 insertions(+), 12 deletions(-) create mode 100644 lib/Target/AArch64/AArch64FalkorHWPFFix.cpp create mode 100644 test/CodeGen/AArch64/falkor-hwpf.ll