[PATCH] D132206: [DAGCombiner] Fold vecreduce_xor/or/and(splat_vector(val)) to constant

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 19 01:05:24 PDT 2022


david-arm added a comment.

Hi @Jimerlife, I think it's common practice to create a chain of patches in your downstream repo where the code change patch is based off the pre-committed test patch. That way we can observe the change in behaviour as part of this patch without having to wait for a rebase. You can edit the parent revision to add the pre-commit as a parent so the chain is clear in Phabricator.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D132206/new/

https://reviews.llvm.org/D132206



More information about the llvm-commits mailing list