[PATCH] D48434: Fix crash on inline asm with 64bit matching input in 32bit GPR

Thomas Preud'homme via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 27 15:08:47 PDT 2018


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

Fix logic for input matching a register constraint for a specific register and add tests for it. I've verified that the code for this logic is executed by those new testcases and that the testcase failed without the fix.


Repository:
  rL LLVM

https://reviews.llvm.org/D48434

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48434.157785.patch
Type: text/x-patch
Size: 6618 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180727/dbcfddec/attachment.bin>


More information about the llvm-commits mailing list