projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c5b635
)
Fix incorrect file path in documentation
author
Matt Arsenault
<Matthew.Arsenault@amd.com>
Thu, 16 Jul 2020 00:42:17 +0000
(20:42 -0400)
committer
Matt Arsenault
<Matthew.Arsenault@amd.com>
Thu, 16 Jul 2020 19:53:11 +0000
(15:53 -0400)
llvm/docs/ExtendingLLVM.rst
patch
|
blob
|
history
diff --git
a/llvm/docs/ExtendingLLVM.rst
b/llvm/docs/ExtendingLLVM.rst
index
53daf5c
..
f2eb374
100644
(file)
--- a/
llvm/docs/ExtendingLLVM.rst
+++ b/
llvm/docs/ExtendingLLVM.rst
@@
-147,7
+147,7
@@
complicated behavior in a single node (rotate).
code you wrote in ``LegalizeOp`` above to decompose your new node into other
legal nodes for this target.
-#. ``
lib
/Target/TargetSelectionDAG.td``:
+#. ``
include/llvm
/Target/TargetSelectionDAG.td``:
Most current targets supported by LLVM generate code using the DAGToDAG
method, where SelectionDAG nodes are pattern matched to target-specific