This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 29f026d977e [CodeGen] Add lrint/llrint builtins new 2015c926683 [AArch64] Handle ISD::LRINT and ISD::LLRINT
The 1 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/Target/TargetSelectionDAG.td | 2 ++ lib/Target/AArch64/AArch64ISelLowering.cpp | 2 ++ lib/Target/AArch64/AArch64InstrInfo.td | 13 ++++++++ test/CodeGen/AArch64/llrint-conv.ll | 16 +++++++--- test/CodeGen/AArch64/lrint-conv-win.ll | 48 ++++++++++++++++++++++++++++++ test/CodeGen/AArch64/lrint-conv.ll | 16 +++++++--- 6 files changed, 89 insertions(+), 8 deletions(-) create mode 100644 test/CodeGen/AArch64/lrint-conv-win.ll