search for: amdgpustructurizecfg

Displaying 4 results from an estimated 4 matches for "amdgpustructurizecfg".

2013 Apr 03
0
[LLVMdev] adding a target dependent transform pass
...target dependent transform pass? > >> > >> tia. > >> > >> eed > > > > I need to add a module pass. > > Do you need to just add them to the Transform subdirectory???? I might be missing some relevant context here, but have you looked at how the AMDGPUStructurizeCFG pass is added in R600/AMDGPUTargetMachine.cpp? -Hal > > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >
2013 Apr 03
2
[LLVMdev] adding a target dependent transform pass
On 04/02/2013 03:31 PM, Reed Kotler wrote: > On 04/02/2013 03:00 PM, reed kotler wrote: >> How do you add a target dependent transform pass? >> >> tia. >> >> eed > > I need to add a module pass. Do you need to just add them to the Transform subdirectory????
2013 Apr 04
2
[LLVMdev] GSoC proposal: TGSI compiler back-end.
...ess architecture (though it seems that some register-based calling convention could be used and some sort of emulated stack could be used for the program's automatic storage), the fact that the language has only limited (if any) support for unstructured control flow (apparently 'Target/R600/AMDGPUStructurizeCFG.cpp' could be helpful if we turned it into a generic transform pass, but I'm not convinced it's the best choice yet), the fact that the language cannot represent any arithmetic or memory access with a word width of less than 32 bits (though that seems less of an issue...), and the fact...
2013 Apr 22
0
[LLVMdev] GSoC proposal: TGSI compiler back-end.
...ough it seems that some register-based > calling convention could be used and some sort of emulated stack could > be used for the program's automatic storage), the fact that the language > has only limited (if any) support for unstructured control flow > (apparently 'Target/R600/AMDGPUStructurizeCFG.cpp' could be helpful if > we turned it into a generic transform pass, but I'm not convinced it's > the best choice yet), the fact that the language cannot represent any > arithmetic or memory access with a word width of less than 32 bits > (though that seems less of an issu...