[PATCH] D62671: [ARM] Add MVE integer vector min/max instructions.

Oliver Stannard (Linaro) via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 5 04:02:41 PDT 2019


ostannard added inline comments.


================
Comment at: llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:5943
+       !(hasMVE() &&
+         Mnemonic.startswith("vmine"))) {
     unsigned CC = ARMCondCodeFromString(Mnemonic.substr(Mnemonic.size()-2));
----------------
Why is this a startswith check, I don't see any valid mnemonics with extra letters on the end.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62671/new/

https://reviews.llvm.org/D62671





More information about the llvm-commits mailing list