This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2314c6c63ee [ExecutionEngine] Add UnaryOperator visitor to the interpreter new 7fc61c0367b [ARM] Disallow PC, and optionally SP, in VMOVRH and VMOVHR. new dd29c50b321 [InstCombine] change canonicalization to fabs() to use FMF on fsub
The 2 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/ARM/ARMInstrVFP.td | 8 ++--- lib/Transforms/InstCombine/InstCombineSelect.cpp | 40 +++++++++++++----------- test/MC/ARM/vmovhr.s | 24 ++++++++++++++ test/Transforms/InstCombine/fabs.ll | 16 +++++----- 4 files changed, 57 insertions(+), 31 deletions(-) create mode 100644 test/MC/ARM/vmovhr.s