This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b6d362a [IRCE] Switch over to LLVM_DUMP_METHOD. NFCI. new 190b463 [GlobalISel] Add floating-point binary ops. new 2afbd4c [AArch64][GlobalISel] Select floating-point binary ops. new 2e26f15 CVP. Turn marking adds as no wrap (introduced by r278107) off [...]
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: include/llvm/CodeGen/GlobalISel/IRTranslator.h | 22 +- include/llvm/Target/GenericOpcodes.td | 42 ++++ include/llvm/Target/TargetOpcodes.def | 15 ++ lib/Target/AArch64/AArch64InstructionSelector.cpp | 34 +++ lib/Target/AArch64/AArch64MachineLegalizer.cpp | 4 + .../Scalar/CorrelatedValuePropagation.cpp | 5 + .../AArch64/GlobalISel/arm64-instructionselect.mir | 245 +++++++++++++++++++++ .../AArch64/GlobalISel/arm64-irtranslator.ll | 55 +++++ test/Transforms/CorrelatedValuePropagation/add.ll | 2 +- 9 files changed, 418 insertions(+), 6 deletions(-)