[PATCH] D62674: [ARM] Add a batch of MVE integer instructions.
Simon Tatham via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 20 02:48:48 PDT 2019
simon_tatham marked 5 inline comments as done.
simon_tatham added inline comments.
================
Comment at: llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:3454
+
+ // Might be more than vmov immediate.
+
----------------
ostannard wrote:
> What does this mean?
Looks as if it was left in from some preliminary work in which the author wasn't sure what further range of instructions that decoder function would end up applying to. I'll take it out.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62674/new/
https://reviews.llvm.org/D62674
More information about the llvm-commits
mailing list