[PATCH] D19061: [ARM] Add support for the X asm constraint

silviu.baranga@arm.com via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 25 07:28:19 PDT 2016


sbaranga updated this revision to Diff 54850.
sbaranga added a comment.

Add more comments for the regresion tests (explaining what's the
tests are doint and what's going on when we fail to emit constants/
labels).

Also add some additional comments in the lowering function
(pointing out that lowering to "r" or "w" is more restrictive than
necessary, possibly not handling as expected some code).


http://reviews.llvm.org/D19061

Files:
  lib/Target/ARM/ARMISelLowering.cpp
  lib/Target/ARM/ARMISelLowering.h
  test/CodeGen/ARM/inlineasm-X-allocation.ll
  test/CodeGen/ARM/inlineasm-X-constraint.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19061.54850.patch
Type: text/x-patch
Size: 7967 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160425/e5555e00/attachment.bin>


More information about the llvm-commits mailing list