-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LLVM/CPU] Add comments with origins of various runtime/backend types…
…, NFC (#9177) LLVM codegen defines a bunch of LLVM IR types that correspond to various runtime entities. Add comments showing what entity a given LLVM IR type corresponds to wherever applicable. Since there is no direct connection (e.g. using names, etc.) that could be extracted automatically (via ctags or other mechanism), this can make the LLVM codegen a bit easier to read.
- Loading branch information
Krzysztof Parzyszek
authored
Oct 2, 2021
1 parent
f962220
commit feb4536
Showing
1 changed file
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters