[PATCH] D97471: [SVE] Fix LoopVectorizer test scalalable-call.ll

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 1 06:26:15 PST 2021


sdesmalen updated this revision to Diff 327100.
sdesmalen added a comment.

Added tests showing unknown costs.

The only two ISD nodes not covered with cost tests are:

- SINCOS as this can't be expressed in IR directly.
- FREM as this requires getArithmeticInstrCost to be migrated to InstructionCost.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97471

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/test/Analysis/CostModel/AArch64/sve-intrinsics.ll
  llvm/test/Transforms/LoopVectorize/AArch64/scalable-call.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97471.327100.patch
Type: text/x-patch
Size: 6460 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210301/c9334466/attachment.bin>


More information about the llvm-commits mailing list