[all-commits] [llvm/llvm-project] f26fc5: Eliminate the sizing template parameter N from Coa...
Dimitry Andric via All-commits
all-commits at lists.llvm.org
Thu Sep 3 09:16:05 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f26fc568402f84a94557cbe86e7aac8319d61387
https://github.com/llvm/llvm-project/commit/f26fc568402f84a94557cbe86e7aac8319d61387
Author: Dimitry Andric <dimitry at andric.com>
Date: 2020-09-03 (Thu, 03 Sep 2020)
Changed paths:
M llvm/include/llvm/ADT/CoalescingBitVector.h
Log Message:
-----------
Eliminate the sizing template parameter N from CoalescingBitVector
Since the parameter is not used anywhere, and the default size of 16
apparently causes PR47359, remove it. This ensures that IntervalMap will
automatically determine the optimal size, using its NodeSizer struct.
Reviewed By: dblaikie
Differential Revision: https://reviews.llvm.org/D87044
More information about the All-commits
mailing list