[PATCH] D74822: [AArch64][ASMParser] Refuse equal source/destination for LDRAA/LDRAB
Pierre van Houtryve via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 19 05:29:11 PST 2020
Pierre-vh added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp:4123
+ return Error(Loc[0],
+ "unpredictable LDRA instruction, writeback base is also a source");
+ break;
----------------
ostannard wrote:
> s/source/destination/ ?
What do you mean? Should I change the error message? What do you suggest?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74822/new/
https://reviews.llvm.org/D74822
More information about the llvm-commits
mailing list