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

Anton Korobeynikov anton at korobeynikov.info
Tue Nov 30 11:25:14 PST 2010


> Sure, but that's no different than specifying a processor at the moment -
> the processor details in the backend do exactly that. I assumed this was a
> step in some direction towards supporting all of the options which would
> make it a choice of how we want to go about doing it. I don't think you
> should be translating that in the front end, you just need options supported
> by each backend.
Right, I mean "attributes aliases" to be supported by a backend, or
rather something
which can be used to "group" some set of attributes. This is pretty
similar to current
CPU support, so, going this way should be pretty straightforward.

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



More information about the llvm-commits mailing list