[PATCH] D126060: [RISCV] Add basic cost modelling for fixed length vector arithmetic

Liao Chunyu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 24 00:16:30 PDT 2022


liaolucy updated this revision to Diff 431601.
liaolucy marked an inline comment as done.
liaolucy added a comment.

thanks craig.topper, testcases add +experimental-zvfh.
change LT.first + 1 to LT.first * 2


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126060

Files:
  llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp
  llvm/lib/Target/RISCV/RISCVTargetTransformInfo.h
  llvm/test/Analysis/CostModel/RISCV/arith-fp.ll
  llvm/test/Analysis/CostModel/RISCV/arith.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126060.431601.patch
Type: text/x-patch
Size: 135191 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220524/e0e5de1c/attachment-0001.bin>


More information about the llvm-commits mailing list