[PATCH] D76848: [CodeGen][ARM] Error when writing to specific reserved registers in inline asm
Amy Huang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 23 13:34:16 PDT 2020
akhuang added a comment.
Hi, I noticed this caught an error in chromium code that uses "r7": https://github.com/v8/v8/blob/502602923bf13d354a1b1f5fffdb63f13ab399a4/src/codegen/arm/cpu-arm.cc#L43
Was this change intended to break this use case?
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