[all-commits] [llvm/llvm-project] b2c2fe: [NFC] Move InPQueue into arguments of releaseNode
Qiu Chaofan via All-commits
all-commits at lists.llvm.org
Wed Jan 8 06:15:51 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b2c2fe72197267af90b4b6a187ab6163f806ce00
https://github.com/llvm/llvm-project/commit/b2c2fe72197267af90b4b6a187ab6163f806ce00
Author: Qiu Chaofan <qiucofan at cn.ibm.com>
Date: 2020-01-08 (Wed, 08 Jan 2020)
Changed paths:
M llvm/include/llvm/CodeGen/MachineScheduler.h
M llvm/lib/CodeGen/MachineScheduler.cpp
Log Message:
-----------
[NFC] Move InPQueue into arguments of releaseNode
This patch moves `InPQueue` into function arguments instead of template
arguments of `releaseNode`, which is a cleaner approach.
Differential Revision: https://reviews.llvm.org/D72125
More information about the All-commits
mailing list