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

Kazushi Marukawa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 19 00:52:32 PST 2020


kaz7 added a comment.

I thought it's a good idea when I hear it from @fhahn, but...  I think It's not a good idea since 1) `WidestRegister` holds bit width, 2) `MaxVectorSize` is calculated from `TTI->getRegisterBitWidth` anyway.


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