search for: l2107

Displaying 2 results from an estimated 2 matches for "l2107".

Did you mean: 2107
2016 Mar 23
2
supporting a type but not supporting an operaion
i'm looking at https://github.com/llvm-mirror/llvm/blob/master/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp#L2107 but i don't quite understand the comment. how is it possible for a target not to support an operation and yet support a type? can someone give an example. i realize the question might sound silly, but i'm not really getting it. any help is appreciated. -- Rail Shafigulin Software Enginee...
2016 Mar 23
0
supporting a type but not supporting an operaion
On 3/23/2016 1:51 PM, Rail Shafigulin via llvm-dev wrote: > i'm looking at > https://github.com/llvm-mirror/llvm/blob/master/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp#L2107 > but i don't quite understand the comment. how is it possible for a > target not to support an operation and yet support a type? can someone > give an example. i realize the question might sound silly, but i'm not > really getting it. A type is "supported" (i.e. lega...