[PATCH] D52935: [SelectionDAG] Add SimplifyDemandedBits to SimplifyDemandedVectorElts simplification

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 5 10:15:45 PDT 2018


craig.topper added inline comments.


================
Comment at: lib/CodeGen/SelectionDAG/TargetLowering.cpp:1213
+    // TODO - bigendian once we have test coverage.
+    // TODO - bool vectors once SimplifyDemandedVectorElts has SETCC support.
+    if (SrcVT.isVector() && NumSrcEltBits > 1 &&
----------------
What exactly happens if you add bool vectors in today?


Repository:
  rL LLVM

https://reviews.llvm.org/D52935





More information about the llvm-commits mailing list