[PATCH] D77691: [SVE] Remove calls to isScalable from IR

Christopher Tetreault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 10 15:04:36 PDT 2020


ctetreau marked an inline comment as done.
ctetreau added inline comments.


================
Comment at: llvm/lib/IR/Function.cpp:1347
+      VectorType *VTy = dyn_cast<FixedVectorType>(Ty);
+      if (!VTy)
         return true;
----------------
I think this might not be correct


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77691





More information about the llvm-commits mailing list