mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-10 04:33:40 +00:00
Add a top-level comment about DAGCombiner's role in the compiler.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70052 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2c73d5fb9e
commit
4128700ab1
@ -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