[PATCH] D95539: [LV] Add analysis remark for mixed precision conversions

Joseph Huber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 17 11:37:41 PST 2021


jhuber6 updated this revision to Diff 324370.
jhuber6 added a comment.

Adding test additional test case that checks for operands defined outside the
loop, and makes sure multiple remarks are not emitted for the same floating
point extension instruction.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95539

Files:
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/test/Transforms/LoopVectorize/mixed-precision-remarks.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95539.324370.patch
Type: text/x-patch
Size: 6011 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210217/c7308b2e/attachment.bin>


More information about the llvm-commits mailing list