summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/function-subtarget-features.ll
Commit message (Collapse)AuthorAgeFilesLines
* Cache the Function dependent subtarget on the MachineFunction.Eric Christopher2015-03-211-0/+81
As preparation for removing the getSubtargetImpl() call from TargetMachine go ahead and flip the switch on caching the function dependent subtarget and remove the bare getSubtargetImpl call from the X86 port. As part of this add a few tests that show we can generate code and assemble on X86 based on features/cpu on the Function. llvm-svn: 232879
OpenPOWER on IntegriCloud