[PATCH] D132999: [RISCV][CostModel] Add cost model for integer abs

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 13 21:38:08 PDT 2022


craig.topper added inline comments.


================
Comment at: llvm/test/Analysis/CostModel/RISCV/abs.ll:27
+declare <32 x i16> @llvm.abs.v32i16(<32 x i16>, i1)
+declare <vscale x 2 x i16>  @llvm.abs.nx.v2i16(<vscale x 2 x i16>, i1)
+declare <vscale x 4 x i16>  @llvm.abs.nx.v4i16(<vscale x 4 x i16>, i1)
----------------
There's an extra `.` after `nx` here


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

https://reviews.llvm.org/D132999



More information about the llvm-commits mailing list