[PATCH] D14900: [mips] SelectionDAGISel subclasses now follow the optimization level.
Daniel Sanders via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 1 07:00:40 PST 2016
dsanders updated this revision to Diff 46533.
dsanders added a comment.
It turns out that a very small number of decisions depend on SelectionDAGISel::OptLevel.
One of them is whether DAGCombine merges consecutive stores or not so I've added
a test case based on this.
http://reviews.llvm.org/D14900
Files:
lib/Target/Mips/Mips16ISelDAGToDAG.cpp
lib/Target/Mips/Mips16ISelDAGToDAG.h
lib/Target/Mips/MipsISelDAGToDAG.h
lib/Target/Mips/MipsSEISelDAGToDAG.cpp
lib/Target/Mips/MipsSEISelDAGToDAG.h
lib/Target/Mips/MipsTargetMachine.cpp
test/CodeGen/Mips/selectiondag-optlevel.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14900.46533.patch
Type: text/x-patch
Size: 4813 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160201/aec70c43/attachment.bin>
More information about the llvm-commits
mailing list