[PATCH] D76848: [CodeGen][ARM] Error when writing to specific reserved registers in inline asm

Victor Campos via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 8 05:23:19 PDT 2020


vhscampos updated this revision to Diff 255967.
vhscampos added a comment.

Amended commit msg to explain why clobber operands are not handled.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76848

Files:
  llvm/include/llvm/CodeGen/TargetRegisterInfo.h
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/lib/Target/ARM/ARMBaseRegisterInfo.cpp
  llvm/lib/Target/ARM/ARMBaseRegisterInfo.h
  llvm/test/CodeGen/ARM/inline-asm-reserved-registers.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76848.255967.patch
Type: text/x-patch
Size: 5610 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200408/a198356b/attachment.bin>


More information about the llvm-commits mailing list