[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
Tue Apr 28 10:11:47 PDT 2020


vhscampos added a comment.

This change isn't more restrictive than GCC. In your example, the difference is being caused by gcc seemingly adding -fomit-frame-pointer, whereas Clang does not.

@efriedma, could you share your view on this?

About compiler-rt, fair enough. I will work on it.


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