This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8d008c0fb8a Use VR128X instead of FR32X/FR64X for the register class in [...] new 95009014f82 Propagate fmf in IRTranslate for fneg new f765312a6fa [GlobalISel][Localizer] Rewrite localizer to run in 2 phase [...]
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: include/llvm/Analysis/TargetTransformInfo.h | 11 ++ include/llvm/Analysis/TargetTransformInfoImpl.h | 4 + include/llvm/CodeGen/GlobalISel/Localizer.h | 12 +- lib/Analysis/TargetTransformInfo.cpp | 4 + lib/CodeGen/GlobalISel/IRTranslator.cpp | 25 ++- lib/CodeGen/GlobalISel/Localizer.cpp | 219 +++++++++++++++------ lib/Target/AArch64/AArch64TargetTransformInfo.h | 4 + .../AArch64/GlobalISel/arm64-irtranslator.ll | 28 +++ .../AArch64/GlobalISel/localizer-arm64-tti.ll | 62 ++++++ test/CodeGen/AArch64/GlobalISel/localizer.mir | 87 ++++++++ 10 files changed, 386 insertions(+), 70 deletions(-) create mode 100644 test/CodeGen/AArch64/GlobalISel/localizer-arm64-tti.ll