[llvm-commits] [llvm] r122993 - in /llvm/trunk: include/llvm/CodeGen/ISDOpcodes.h lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
Duncan Sands
baldrick at free.fr
Thu Jan 6 23:52:59 PST 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