[llvm-commits] [llvm] r74964 - in /llvm/trunk: lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp test/CodeGen/X86/vec_compare.ll

Eli Friedman eli.friedman at gmail.com
Tue Jul 7 19:16:36 PDT 2009


On Tue, Jul 7, 2009 at 6:29 PM, Dan Gohman<gohman at apple.com> wrote:
> EXTRACT_SUBVECTOR is normally used to extract a legal value from
> an illegal one. The code above does the opposite, extracting a
> potentially illegal value from a legal one.

As far as I can tell, we support both cases properly in type
legalization; what specific case breaks?

-Eli



More information about the llvm-commits mailing list