search for: resolvereferencesafterset

Displaying 3 results from an estimated 3 matches for "resolvereferencesafterset".

2013 Jan 31
2
[LLVMdev] Tablegen problem populating TSFlags
It seems like this code should work with Tablegen, but it generates the error: "error:Invalid TSFlags bit in ADD" Here's the code: =================================== include "llvm/Target/Target.td" def MyInstrInfo : InstrInfo; def MyTarget : Target { // Information about the instructions... let InstructionSet = MyInstrInfo; } def r1 :
2013 Jan 31
0
[LLVMdev] Tablegen problem populating TSFlags
My brief investigation seems to point at this having to do with the let altering the base class, which prevents the usual resolution from occurring (presumably the resolution has already happened for the base). I'll dig into this tomorrow. -- Sean Silva
2013 Jan 31
2
[LLVMdev] Tablegen problem populating TSFlags
...up a reduced version of the test case you gave here (I haven't run a full battery of tests on it, so it might cause other failures). Jakob, any idea about what the "right" fix is here? -- Sean Silva -------------- next part -------------- A non-text attachment was scrubbed... Name: resolveReferencesAfterSet.patch Type: application/octet-stream Size: 563 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130131/3656f63c/attachment.obj>