================ @@ -3193,6 +3239,9 @@ class LLVM_ABI_FOR_TEST VPWidenMemoryRecipe : public VPRecipeBase, /// Whether the consecutive accessed addresses are in reverse order. bool Reverse; + /// Whether the consecutive accessed addresses are compressed with mask value. + bool Compressed; + ---------------- skachkov-sc wrote:
Changes that are related to the extension of VPWidenMemoryRecipe are splitted into separate PR: https://github.com/llvm/llvm-project/pull/166956 (hopefully it will be easier to review) https://github.com/llvm/llvm-project/pull/140723 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
