[llvm-commits] [llvm] r122993 - in /llvm/trunk: include/llvm/CodeGen/ISDOpcodes.h lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp

Duncan Sands baldrick at free.fr
Fri Jan 7 01:52:59 CST 2011


Hi Bob,

> Change EXTRACT_SUBVECTOR to require a constant index.

how about storing the index as an "int" in the node, rather than using a
constant node?

Ciao, Duncan.



More information about the llvm-commits mailing list