[llvm-commits] [llvm] r48491 - in /llvm/trunk: lib/CodeGen/SelectionDAG/DAGCombiner.cpp test/CodeGen/X86/field-extract-use-trunc.ll

Duncan Sands baldrick at free.fr
Wed Mar 19 02:11:27 PDT 2008


Hi Evan,

> Well... Actually it should return true. MVT::i1 is promoted to MVT::i8  
> so on x86 it really should be free.

some operations involving i1 are considered legal on x86, for example
an extending load from i1.  Maybe this has something to do with it.

Ciao,

Duncan.



More information about the llvm-commits mailing list