mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Add a top-level comment about DAGCombiner's role in the compiler.
llvm-svn: 70052
This commit is contained in:
parent
9eb5ba6eb7
commit
60349bb21e
@ -10,6 +10,10 @@
|
||||
// This pass combines dag nodes to form fewer, simpler DAG nodes. It can be run
|
||||
// both before and after the DAG is legalized.
|
||||
//
|
||||
// This pass is not a substitute for the LLVM IR instcombine pass. This pass is
|
||||
// primarily intended to handle simplification opportunities that are implicit
|
||||
// in the LLVM IR and exposed by the various codegen lowering phases.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#define DEBUG_TYPE "dagcombine"
|
||||
|
Loading…
x
Reference in New Issue
Block a user