[all-commits] [llvm/llvm-project] c0d889: [ORC] Add 'contains' and 'overlaps' operations to ...
lhames via All-commits
all-commits at lists.llvm.org
Fri Sep 24 13:29:24 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c0d889995e708f8bcb0fd688f63d031ee06b5874
https://github.com/llvm/llvm-project/commit/c0d889995e708f8bcb0fd688f63d031ee06b5874
Author: Lang Hames <lhames at gmail.com>
Date: 2021-09-24 (Fri, 24 Sep 2021)
Changed paths:
M llvm/include/llvm/ExecutionEngine/Orc/Shared/ExecutorAddress.h
M llvm/unittests/ExecutionEngine/Orc/CMakeLists.txt
A llvm/unittests/ExecutionEngine/Orc/ExecutorAddressTest.cpp
Log Message:
-----------
[ORC] Add 'contains' and 'overlaps' operations to ExecutorAddrRange.
Also includes unit tests for not-yet tested operations like comparison and
to/from pointer conversion.
More information about the All-commits
mailing list