[PATCH] D62890: [PowerPC] Merge consecutive stores of vector elements before types are legalized
Nirav Dave via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 6 09:10:53 PDT 2019
niravd added a comment.
This seems like it should be folded into the already existing checks. Do you know why NumStoresToMerge was not being before. I expect it's the requirement of a legal types in pre-legal merges or PPC's check for allowed misaligned accesses missing some cases. If it's the former I suspect we can disable the legality requirement prelegaltypes for non-truncated stores (replace TLI.isTypeLegal(ty) with isTypeLegal(ty)).
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62890/new/
https://reviews.llvm.org/D62890
More information about the llvm-commits
mailing list