[llvm-commits] [llvm] r72593 - in /llvm/trunk/lib/Target/ARM: ARM.td ARMInstrInfo.td ARMInstrThumb2.td ARMSubtarget.cpp ARMSubtarget.h

Anton Korobeynikov anton at korobeynikov.info
Sat May 30 12:48:34 PDT 2009


Hello, Evan

> I should clarify. I think triplet should be used to specify arch, i.e.
> arm / thumb. -mcpu and -mattr should be used to control what
> instructions are available to isel.
Ok, this makes sense, I'll fix the code. I'd like to outline some
inconsistency here: it seems that currently we're encoding ARM
architecture number in the target triple, should this be fixed
someday?

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



More information about the llvm-commits mailing list