[LLVMdev] TableGen Type Inference

David Greene dag at cray.com
Fri Jun 5 16:04:45 PDT 2009


On Friday 05 June 2009 17:41, Dan Gohman wrote:
> How is bc_memopv4i32 defined?  The bitconvert in the tablegen
> output is marked isInt, which means it's the node that didn't get
> inferred.

def bc_memopv4i32 : PatFrag<(ops node:$ptr), (bitconvert 
                                             (memopv4i32 node:$ptr))>;

                              -Dave



More information about the llvm-dev mailing list