[PATCH] D79335: [X86][SSE] Move VZEXT_MOVL removal into SimplifyDemandedVectorEltsForTargetNode
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 4 12:22:24 PDT 2020
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/X86/X86ISelLowering.cpp:36574
+ }
+ case X86ISD::CVTP2SI:
+ case X86ISD::CVTP2UI:
----------------
Should this be in computeKnownBitsForTargetNode instead since we're not doing the simplification?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79335/new/
https://reviews.llvm.org/D79335
More information about the llvm-commits
mailing list