[PATCH] D70076: [Polly][CodeGen]Fix getArrayAccessFor crashes as in bug 32534 with -polly-vectorizer=polly

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 11 20:35:39 PST 2019


Meinersbur accepted this revision.
Meinersbur added a comment.
This revision is now accepted and ready to land.

Thanks for looking into the bug. The suggestion change is obvious (IMHO).

However, the test case seems to be the unmodified reduced test case from bugzilla. Generally, committed test cases should be

1. Minimal (No unnecessary comments, metadata, etc.)
2. Have at least one positive CHECK line.

But the change is obvious enough, I'd commit it without test-case.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70076





More information about the llvm-commits mailing list