[PATCH] D80313: [SVE] Eliminate calls to default-false VectorType::get() from CodeGen

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 20 13:44:06 PDT 2020


efriedma added inline comments.


================
Comment at: llvm/lib/CodeGen/ValueTypes.cpp:165
 Type *EVT::getTypeForEVT(LLVMContext &Context) const {
+  // clang-format off
   switch (V.SimpleTy) {
----------------
I think I'd prefer to just let clang-format use its default formatting for this switch... as it is, the code doesn't fit into 80 columns.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80313





More information about the llvm-commits mailing list