[all-commits] [llvm/llvm-project] ad4b66: [ORC-RT] Specialize non-coalescing-IntervalMap to ...
lhames via All-commits
all-commits at lists.llvm.org
Wed Jan 18 17:39:59 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ad4b66fd9b3ef3f78e3f594b32b0ca952453ea68
https://github.com/llvm/llvm-project/commit/ad4b66fd9b3ef3f78e3f594b32b0ca952453ea68
Author: Lang Hames <lhames at gmail.com>
Date: 2023-01-18 (Wed, 18 Jan 2023)
Changed paths:
M compiler-rt/lib/orc/interval_map.h
M compiler-rt/lib/orc/tests/unit/interval_map_test.cpp
Log Message:
-----------
[ORC-RT] Specialize non-coalescing-IntervalMap to allow non-comparable values.
In non-coalescing IntervalMaps the value type should not be requried to be
equality-comparable.
More information about the All-commits
mailing list