[PATCH] D91518: [LV][NFC-ish] Allow vector widths over 256 elements

Simon Moll via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 19 01:59:42 PST 2020


simoll added a comment.

The current versions seems a good middle ground between computing a tighter bound and abolishing the assertion altogether. Trying to be smart in assertions is usually a bad idea because people might pull the carpet (underlying assumptions) from under you some day.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91518



More information about the llvm-commits mailing list