[PATCH] D62997: [LV] Share the LV illegality reporting with LoopVectorize. NFC.

Pavel Samolysov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 18 03:09:40 PDT 2019


psamolysov updated this revision to Diff 210515.
psamolysov added a comment.

I've renamed the `createLVMissedAnalysis` method to `createLVAnalysis`: 'Missed' confuses me because means that a Missed report will be emitted while in fact a Analysis one will be.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62997

Files:
  llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
  llvm/include/llvm/Transforms/Vectorize/LoopVectorize.h
  llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/test/Transforms/LoopVectorize/control-flow.ll
  llvm/test/Transforms/LoopVectorize/no_switch.ll
  llvm/test/Transforms/LoopVectorize/nofloat-report.ll
  llvm/test/Transforms/LoopVectorize/pr38800.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62997.210515.patch
Type: text/x-patch
Size: 30019 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190718/48a286e5/attachment.bin>


More information about the llvm-commits mailing list