[PATCH] D80323: [SVE] Eliminate calls to default-false VectorType::get() from Clang
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 20 23:58:55 PDT 2020
rjmccall added a comment.
I'm sympathetic to wanting to get rid of the boolean flag, but this is a really invasive change for pretty minimal benefit. Why not leave `VectorType::get` as meaning a non-scalable vector type and come up with a different method name to get a scalable vector?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80323/new/
https://reviews.llvm.org/D80323
More information about the cfe-commits
mailing list