search for: targetinstinfo

Displaying 1 result from an estimated 1 matches for "targetinstinfo".

Did you mean: targetinstrinfo
2010 Feb 18
1
[LLVMdev] minor patch to fix 'random` tblgen -gen-inst-enums-bug
Hi *, to decide in which namespace tablegen should place the instruction-enum, tablegen iterates over CodeGenTarget instructions until it finds an Instruction with a namespace other than "TargetInstInfo".. but this is wrong, as internal Instructions now use "TargetOpcode" as Namespace.. As Instructions are a map, it is only by chance which is the first instruction it finds - either a user-defined, everything okay - or an internal, which results code like namespace llvm { namespace...