[PATCH] D65497: [RISCV] Avoid generating AssertZext for LP64 ABI when lowering floating Libcall

Shiva Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 19 19:46:00 PDT 2019


shiva0217 updated this revision to Diff 216042.
shiva0217 added a comment.

Update patch to reflect the comments.

Hi @luismarques, thanks for the review.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65497/new/

https://reviews.llvm.org/D65497

Files:
  include/llvm/CodeGen/TargetLowering.h
  lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
  lib/CodeGen/SelectionDAG/TargetLowering.cpp
  lib/Target/AArch64/AArch64ISelLowering.cpp
  lib/Target/ARM/ARMISelLowering.cpp
  lib/Target/RISCV/RISCVISelLowering.cpp
  lib/Target/RISCV/RISCVISelLowering.h
  test/CodeGen/RISCV/calling-conv-lp64.ll
  test/CodeGen/RISCV/rv32i-rv64i-float-double.ll
  test/CodeGen/RISCV/rv64i-complex-float.ll
  test/CodeGen/RISCV/rv64i-single-softfloat.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65497.216042.patch
Type: text/x-patch
Size: 47156 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190820/ecb730cf/attachment.bin>


More information about the llvm-commits mailing list