[PATCH] D14981: [LoopVectorize] Use MapVector rather than DenseMap for MinBWs.

Charlie Turner via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 26 02:57:50 PST 2015


chatur01 updated this revision to Diff 41223.
chatur01 added a comment.

Added a test-case. This might violate the test guidelines of only comitting robust test cases. By definition I can't do that for a non-determinism bug, but I'm running the test case 5 times, which at least locally was always enough to catch the non-determinism on my computer, of course I can't guarantee that.

I'm requesting a sanity check on my test case before comitting it.

Many thanks again David for your review.


http://reviews.llvm.org/D14981

Files:
  include/llvm/Analysis/VectorUtils.h
  lib/Analysis/VectorUtils.cpp
  lib/Transforms/Vectorize/LoopVectorize.cpp
  test/Transforms/LoopVectorize/AArch64/deterministic-type-shrinkage.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14981.41223.patch
Type: text/x-patch
Size: 6134 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151126/d948842a/attachment.bin>


More information about the llvm-commits mailing list