Displaying 1 result from an estimated 1 matches for "target_intrinsic".
2013 Jun 25
2
[LLVMdev] Length restriction in tablegen
Hi
Is there some sort of restriction over class length names in td files. For
e.g. something like below gives an abort with tablegen. The abort goes away
when I reduce the name "my_target_intrinsics_class..." to something
shorter. I have not counted the exact length limit though. Is this a known
issue?
defm target_intrinsic:
SomeSuperclass<my_target_intrinsics_class_for_atomic_instruction_and_or_xor_cas,
.... >
Note that I have just given the above example for simple understand...