[PATCH] D72270: [ARM,MVE] Fix many signedness errors in MVE intrinsics.

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 6 08:16:01 PST 2020


dmgreen added inline comments.


================
Comment at: clang/include/clang/Basic/arm_mve.td:204
 let params = T.Float in {
-  defm vminnmq : VectorVectorArithmetic<"min_predicated">;
-  defm vmaxnmq : VectorVectorArithmetic<"max_predicated">;
+  defm vminnmq : VectorVectorArithmetic<"min_predicated", (? (u32 0))>;
+  defm vmaxnmq : VectorVectorArithmetic<"max_predicated", (? (u32 0))>;
----------------
What do these 0's mean?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72270





More information about the llvm-commits mailing list