[PATCH] D57566: Refactor setAlreadyUnrolled() and setAlreadyVectorized().

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 11 09:41:00 PST 2019


Meinersbur updated this revision to Diff 186281.
Meinersbur marked 2 inline comments as done.
Meinersbur added a comment.

- Use APInt to construct constant in metadata
- Undo unnecessary test case changes


Repository:
  rL LLVM

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

https://reviews.llvm.org/D57566

Files:
  include/llvm/Analysis/LoopInfo.h
  include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
  lib/Analysis/LoopInfo.cpp
  lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
  test/Transforms/LoopVectorize/X86/vect.omp.force.small-tc.ll
  test/Transforms/LoopVectorize/remove_metadata.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57566.186281.patch
Type: text/x-patch
Size: 13316 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190211/0f1c923b/attachment.bin>


More information about the llvm-commits mailing list