[PATCH] D105473: [LV] Ignore candidate VFs with invalid costs.

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 6 05:01:05 PDT 2021


sdesmalen created this revision.
Herald added a subscriber: hiraditya.
sdesmalen requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This follows on from discussion on the mailing-list:

  https://lists.llvm.org/pipermail/llvm-dev/2021-June/151047.html

to interpret an Invalid cost as 'infinitely expensive', as this
simplifies some of the legalization issues with scalable vectors.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D105473

Files:
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/test/Transforms/LoopVectorize/AArch64/scalable-call.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105473.356684.patch
Type: text/x-patch
Size: 12937 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210706/57d08102/attachment.bin>


More information about the llvm-commits mailing list