[llvm-commits] [llvm] r120230 - in /llvm/trunk/tools/llvmc/src: Base.td.in Hooks.cpp

Anton Korobeynikov anton at korobeynikov.info
Tue Nov 30 09:29:57 PST 2010


Hi Eric,

> This is probably an involved task - it'll probably involve doing things like separating out instruction itineraries from the processor description for ARM, making sure that things that call into the backend use the tuning information if it's requested as opposed to the architecture information, etc.
Isn't this just a matter of attributes aliases? E.g. armv6 would be
translated into arm + v6 attr and so on? I dunno whether this is the
similar in MIPS world, you definitely know better :)

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University




More information about the llvm-commits mailing list