[PATCH] D154941: [mlir][ArmSME] Add custom get_tile_id and cast ops
Frank (Fang) Gao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 11 08:10:03 PDT 2023
WanderAway added a comment.
>> It may be useful to also indicate what is the intended live range of the allocated tile?
>
> Sorry could clarify? Not sure exactly what you mean
I wasn't entirely sure when the tile allocated by this will be "deallocated" since I misread the description of D154955 <https://reviews.llvm.org/D154955> earlier, but upon a closer look I realized the tile allocated is valid in the scope of the function. I thought it'd be a good idea to make this clear in the description (and also how one probably wouldn't be able to pass this as an argument to another function call)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154941/new/
https://reviews.llvm.org/D154941
More information about the llvm-commits
mailing list