[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
Mon Feb 7 00:39:15 PST 2011


> (it didn't look like cpu name by itself sets any subtarget features on
> llvm, so I guess that needs to be coded first ?)
It definitely sets the full set of features. How else, for example,
neon codegen works with just -mcpu=cortex-a8 w/o explicit -mattr=+neon
:)

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



More information about the llvm-commits mailing list