[PATCH] D18716: Swift Calling Convention: target-specific changes

Manman Ren via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 6 09:45:18 PDT 2016


manmanren updated this revision to Diff 52816.
manmanren added a comment.

Adding a testing case with multiple swifterror values, this testing case will fail if we always use the first entry in SwiftErrorVals in LowerCallTo.


http://reviews.llvm.org/D18716

Files:
  lib/Target/AArch64/AArch64CallingConvention.td
  lib/Target/AArch64/AArch64FastISel.cpp
  lib/Target/AArch64/AArch64FrameLowering.cpp
  lib/Target/AArch64/AArch64ISelLowering.h
  lib/Target/AArch64/AArch64RegisterInfo.cpp
  lib/Target/ARM/ARMBaseRegisterInfo.cpp
  lib/Target/ARM/ARMCallingConv.td
  lib/Target/ARM/ARMFastISel.cpp
  lib/Target/ARM/ARMISelLowering.h
  lib/Target/X86/X86CallingConv.td
  lib/Target/X86/X86FastISel.cpp
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86ISelLowering.h
  lib/Target/X86/X86RegisterInfo.cpp
  test/CodeGen/AArch64/swifterror.ll
  test/CodeGen/ARM/swifterror.ll
  test/CodeGen/X86/swifterror.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18716.52816.patch
Type: text/x-patch
Size: 55330 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160406/2a383ca7/attachment.bin>


More information about the llvm-commits mailing list