[PATCH] D55538: [InterleavedAccessAnalysis] Fix integer overflow in insertMember.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 6 14:02:40 PST 2019


fhahn updated this revision to Diff 189587.
fhahn added a comment.

Use helpers from CheckedArithmetic.h for overflow checks, split out tombstone issue.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D55538

Files:
  llvm/include/llvm/Analysis/VectorUtils.h
  llvm/include/llvm/Support/CheckedArithmetic.h
  llvm/test/Transforms/LoopVectorize/X86/interleaved-accesses-large-gap.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55538.189587.patch
Type: text/x-patch
Size: 4108 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190306/3e85853f/attachment.bin>


More information about the llvm-commits mailing list