Displaying 1 result from an estimated 1 matches for "1019950".
Did you mean:
101990
2011 Dec 12
2
[LLVMdev] moving from lib/Target and lib/CodeGen
I have mixed feeling about this. While this does separate out target-independent pieces into CodeGen, it also introduces some confusion where the default implementation is in CodeGen while target overridden version are in Target. I also hate to see all these Target* classes being moved to CodeGen.
I thought our solution to this issue is classes such as TargetInstrInfoImpl. What's wrong with