[all-commits] [llvm/llvm-project] b268e2: [NFC][regalloc] Separate iteration from Allocation...
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Mon Oct 5 16:19:36 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b268e24d4349d586334dd6f47aa99b2196b1046e
https://github.com/llvm/llvm-project/commit/b268e24d4349d586334dd6f47aa99b2196b1046e
Author: Mircea Trofin <mtrofin at google.com>
Date: 2020-10-05 (Mon, 05 Oct 2020)
Changed paths:
M llvm/lib/CodeGen/AllocationOrder.h
M llvm/lib/CodeGen/RegAllocBasic.cpp
M llvm/lib/CodeGen/RegAllocGreedy.cpp
M llvm/unittests/CodeGen/AllocationOrderTest.cpp
Log Message:
-----------
[NFC][regalloc] Separate iteration from AllocationOrder
This separates the two concerns - encapsulation of traversal order; and
iteration.
Differential Revision: https://reviews.llvm.org/D88256
More information about the All-commits
mailing list