[PATCH] D73953: [AArch64] Predictably disassemble system registers with the same encoding
Oliver Stannard (Linaro) via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 5 05:34:22 PST 2020
ostannard added a comment.
> We are not relying on the order of definitions, but on the order of explicitly spelled names.
I'd rather we avoid doing either of them, because they are both surprising and non-obvious. How many languages can you name where the lexicographic ordering of variable names matters?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73953/new/
https://reviews.llvm.org/D73953
More information about the llvm-commits
mailing list