[PATCH] D54725: [SelectionDAG] Compute known bits and num sign bits for live out vector registers. Use it to add AssertZExt/AssertSExt in the live in basic blocks

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 19 15:57:34 PST 2018


spatel added a comment.

Does this patch do anything for PR11730?
https://bugs.llvm.org/show_bug.cgi?id=11730

If so, it would be good to add a test based on that.



================
Comment at: lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp:700
 
     // Ignore non-scalar or non-integer values.
     SDValue Src = N->getOperand(2);
----------------
Code comment isn't correct now.


https://reviews.llvm.org/D54725





More information about the llvm-commits mailing list