[PATCH] D32861: [globalisel][tablegen] Demote OptForSize/OptForMinSize/ForCodeSize to per-function predicates.

Daniel Sanders via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 4 06:04:54 PDT 2017


dsanders created this revision.
Herald added a subscriber: igorb.

This causes them to be re-computed more often than necessary but resolves
objections that were raised post-commit on r301750.


https://reviews.llvm.org/D32861

Files:
  lib/Target/AArch64/AArch64InstrInfo.td
  lib/Target/AArch64/AArch64Subtarget.cpp
  lib/Target/AArch64/AArch64Subtarget.h
  lib/Target/AArch64/AArch64TargetMachine.cpp
  lib/Target/X86/X86InstrInfo.td
  lib/Target/X86/X86Subtarget.cpp
  lib/Target/X86/X86Subtarget.h
  lib/Target/X86/X86TargetMachine.cpp
  unittests/Target/AArch64/InstSizes.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32861.97815.patch
Type: text/x-patch
Size: 9973 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170504/50fed32e/attachment.bin>


More information about the llvm-commits mailing list