[PATCH] D11685: cache OptSize and MinSize attributes in the DAG

Sanjay Patel spatel at rotateright.com
Fri Jul 31 12:04:39 PDT 2015


spatel updated this revision to Diff 31153.
spatel added a comment.

Patch updated: there was a spot in X86ISelDAGToDAG that I had not updated to use the new method.


http://reviews.llvm.org/D11685

Files:
  include/llvm/CodeGen/SelectionDAG.h
  lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  lib/Target/AArch64/AArch64ISelLowering.cpp
  lib/Target/ARM/ARMISelLowering.cpp
  lib/Target/X86/X86ISelDAGToDAG.cpp
  lib/Target/X86/X86ISelLowering.cpp
  test/CodeGen/X86/splat-for-size.ll
  test/CodeGen/X86/x86-64-double-shifts-Oz-Os-O2.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11685.31153.patch
Type: text/x-patch
Size: 14706 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150731/73d84bdb/attachment.bin>


More information about the llvm-commits mailing list