[PATCH] D159080: [mlir][ArmSME] Fix get_tile_id type in zero lowering
Cullen Rhodes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 29 03:50:02 PDT 2023
c-rhodes added a comment.
I think this op is a bit clunky and could be simplified by returning the element type of the tile rather than an int representing the bitwidth, or perhaps just the 2-D scalable vector type this is extracted from, but that's a slightly move involved refactor.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159080/new/
https://reviews.llvm.org/D159080
More information about the llvm-commits
mailing list