[all-commits] [llvm/llvm-project] abea3b: [RDF] Skip over NoRegister. NFCI. (#80672)
Jay Foad via All-commits
all-commits at lists.llvm.org
Mon Feb 5 06:16:07 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: abea3b27991dd73cad251f623a2a8f25a3e786ff
https://github.com/llvm/llvm-project/commit/abea3b27991dd73cad251f623a2a8f25a3e786ff
Author: Jay Foad <jay.foad at amd.com>
Date: 2024-02-05 (Mon, 05 Feb 2024)
Changed paths:
M llvm/lib/CodeGen/RDFGraph.cpp
Log Message:
-----------
[RDF] Skip over NoRegister. NFCI. (#80672)
This just avoids useless work of adding NoRegister to BaseSet, for
consistency with other places that iterate over all physical registers.
More information about the All-commits
mailing list