[PATCH] D45437: Support inline asm with multiple 64bit output in 32bit GPR

Thomas Preud'homme via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 7 06:43:25 PDT 2018


thopre updated this revision to Diff 159498.
thopre added a comment.

- Change test for isSized() into assert
- Add test for multiple return values with matching input
- Rewrite hardfloat tests to return a struct to make register used predictable and not dependent on register allocator


Repository:
  rL LLVM

https://reviews.llvm.org/D45437

Files:
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  test/CodeGen/ARM/inline-asm-operand-implicit-cast.ll
  test/CodeGen/ARM/inlineasm-operand-implicit-cast.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45437.159498.patch
Type: text/x-patch
Size: 20610 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180807/dd99f5ad/attachment.bin>


More information about the llvm-commits mailing list