[all-commits] [llvm/llvm-project] 39ab9d: [RDF] Create build config
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Wed Jun 14 15:34:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 39ab9da92058719240f072dbe5a6e09812501db4
https://github.com/llvm/llvm-project/commit/39ab9da92058719240f072dbe5a6e09812501db4
Author: Krzysztof Parzyszek <kparzysz at quicinc.com>
Date: 2023-06-14 (Wed, 14 Jun 2023)
Changed paths:
M llvm/include/llvm/CodeGen/RDFGraph.h
M llvm/lib/CodeGen/RDFGraph.cpp
Log Message:
-----------
[RDF] Create build config
- Add option to ignore reserved registers
- Add possibility to track selected registers or register classes only
Tracking is done based on register units, so the set of registers to track
is translated into a set of register units.
More information about the All-commits
mailing list