[PATCH] D54278: [SelectionDAG] Teach getNode to constant fold SIGN/ZERO/ANY_EXTEND_VECTOR_INREG

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 9 23:14:14 PST 2018


craig.topper added a comment.

I removed the custom combine in r348237. This patch doesn't provide any test changes. Probably due to a combination of the DAG combine for constant folding being enabled to run later, the MULH lowering being legalized earlier, and constant vectors being explicitly handled in the MUL/MULH lowering.


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

https://reviews.llvm.org/D54278





More information about the llvm-commits mailing list