This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a24f1373602 [InstCombine] allow shl demanded bits folds with splat constants new 2747b709176 Use basicblock split block utility function new ff268972fc5 ARM: lower "fence singlethread" to a pure compiler barrier. new efa8c0e73a6 AArch64: lower "fence singlethread" to a pure compiler barrier.
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/AArch64ExpandPseudoInsts.cpp | 1 + lib/Target/AArch64/AArch64InstrAtomics.td | 3 +++ lib/Target/AArch64/InstPrinter/AArch64InstPrinter.cpp | 7 +++++++ lib/Target/AArch64/MCTargetDesc/AArch64MCCodeEmitter.cpp | 3 +++ lib/Target/ARM/ARMISelLowering.cpp | 6 +++++- lib/Target/ARM/ARMInstrInfo.td | 7 +++++++ lib/Transforms/Utils/CodeExtractor.cpp | 10 ++-------- test/CodeGen/ARM/fence-singlethread.ll | 16 ++++++++++++++++ 8 files changed, 44 insertions(+), 9 deletions(-) create mode 100644 test/CodeGen/ARM/fence-singlethread.ll