[PATCH] D66413: [ARM} Add support for MVE vmaxv

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 3 02:55:03 PDT 2019


samparker added inline comments.


================
Comment at: llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp:1064
     return false;
+  case Instruction::ICmp:
   case Instruction::Add:
----------------
Is this actually needed for codegen?


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

https://reviews.llvm.org/D66413





More information about the llvm-commits mailing list