[SelectionDAG] Rename CallSiteDbgInfo to NodeExtraInfo
authorMarco Elver <elver@google.com>
Tue, 6 Sep 2022 13:48:52 +0000 (15:48 +0200)
committerMarco Elver <elver@google.com>
Tue, 6 Sep 2022 14:32:50 +0000 (16:32 +0200)
commitcc3faf422694201bc89bcfefa58722402f26b63d
tree44e7d79ceaac9089d824063129fd301be7728f91
parent2090e85fee9b2d2a1ca6402b5f44c7d41d1e353f
[SelectionDAG] Rename CallSiteDbgInfo to NodeExtraInfo

For information infrequently attached to SDNodes, it is useful to
provide a way to add this information out-of-line. This is already done
for call-site specific information.

Rename CallSiteDbgInfo to NodeExtraInfo in preparation of adding
additional information not necessarily related to call sites only.

Reviewed By: vitalybuka

Differential Revision: https://reviews.llvm.org/D130880
llvm/include/llvm/CodeGen/SelectionDAG.h
llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp