[llvm-commits] [llvm] r124995 - in /llvm/trunk: lib/Target/ARM/ARMAsmPrinter.cpp lib/Target/ARM/ARMBuildAttrs.h test/CodeGen/ARM/2010-09-29-mc-asm-header-test.ll test/CodeGen/ARM/2010-10-19-mc-elf-objheader.ll

Anton Korobeynikov anton at korobeynikov.info
Sun Feb 6 23:26:43 PST 2011


> I am not sure what you mean here. see below.
The code below this hunk does the emission of attributes basing on the
subtarget features. It seems that 2/3 of the stuff you're emitting via
processor-name lookup can be implemented looking over the features as
well (e.g. arch version, ISA, etc.)

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



More information about the llvm-commits mailing list