[PATCH] D41430: [ARM] Armv8-R DFB instruction
Sam Parker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 20 05:24:04 PST 2017
samparker added a comment.
@sdesmalen The architecture manual states that DFB is always the preferred disassembly output. So do you know if its possible to do an InstAlias which would produce the 'dfb' string when a dsb #12 is disassembled? Seems cleaner to me to remove the instruction definition, but I'm not sure thats its trivial.
https://reviews.llvm.org/D41430
More information about the llvm-commits
mailing list