[PATCH] D97276: [CodeGen] Canonicalise adds/subs of i1 vectors using XOR

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 24 03:32:04 PST 2021


nikic added a reviewer: RKSimon.
nikic added a comment.

Why is this in getNode() rather than DAGCombine? https://github.com/llvm/llvm-project/commit/6f5a805bbbed5d0cdaaf67846dffa7f044afb407 for example does something very similar in DAGCombine. What's the guideline for correct placement here?


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

https://reviews.llvm.org/D97276



More information about the llvm-commits mailing list