[llvm-commits] [llvm] r82180 - /llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
Duncan Sands
baldrick at free.fr
Thu Sep 17 18:08:29 PDT 2009
Hi Chris,
> tolerate llvm.eh.selector.i64 on 32-bit systems and llvm.eh.selector.i32 on
> 64-bit systems.
thanks for doing this - the plugin needs it :)
> + if (Op.getValueType().getSimpleVT() < VT)
> + Op = DAG.getNode(ISD::ZERO_EXTEND, dl, VT, Op);
The selector value is signed (negative values correspond to filters).
Ciao,
Duncan.
More information about the llvm-commits
mailing list