[PATCH] D72356: [TargetLowering][X86] TeachSimplifyDemanedBits to handle cases where only the sign bit is demanded from a SETCC and can be passed through

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 8 12:32:34 PST 2020


craig.topper updated this revision to Diff 236885.
craig.topper added a comment.

Rebase after the uint_to_fp v4i64->v4f32 custom type legalization change D72368 <https://reviews.llvm.org/D72368>.


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

https://reviews.llvm.org/D72356

Files:
  llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
  llvm/test/CodeGen/X86/vec_int_to_fp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72356.236885.patch
Type: text/x-patch
Size: 6653 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200108/e4bd6dbf/attachment.bin>


More information about the llvm-commits mailing list