[PATCH] D112536: [DAG] Add functionality for masked truncating store actions
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 28 00:43:39 PDT 2021
dmgreen added a comment.
OK. We have got this far without needing a MLoad version, so SVE doesn't seem like it would necessitate adding an TruncMStore. Perhaps it is worth adding at any rate. It is conceptually cleaner, but does involve keeping extra state in TargetLowering. I will defer to the what others on review think.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112536/new/
https://reviews.llvm.org/D112536
More information about the llvm-commits
mailing list