[PATCH] D157005: [mlir][ArmSME] Add move vector to tile slice op and lowerings

Nicolas Vasilache via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 29 07:26:13 PDT 2023


nicolasvasilache added inline comments.


================
Comment at: mlir/test/Dialect/ArmSME/arith-ops-to-sme.mlir:107
+  %two = arith.constant dense<2> : vector<[16]x[16]xi8>
+  "prevent.dce"(%two) : (vector<[16]x[16]xi8>) -> ()
+  return
----------------
side note, can you just return the value instead of using this fake op or is there something more fundamental that does not let us return a scalable vector here ?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157005



More information about the llvm-commits mailing list