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

Manoj Gupta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 28 10:11:37 PDT 2020


manojgupta added a comment.

In D76848#2007875 <https://reviews.llvm.org/D76848#2007875>, @vhscampos wrote:

> Hi @manojgupta. I am not familiar enough with this piece of code to understand whether it could be fixed by simply using any other general-purpose register instead of r7.
>
> Can you request it to someone more accustomed to compiler-rt?


@vhscampos afaik, if anyone adds a new check that affects LLVM/subprojects, they should also take responsibility to clean up any internal LLVM issues unless there are volunteers.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76848





More information about the llvm-commits mailing list