[all-commits] [llvm/llvm-project] a7bceb: [ORC] Make IRSpeculationLayer::BaseLayer an IRLayer.
lhames via All-commits
all-commits at lists.llvm.org
Sat Apr 16 14:17:57 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a7bceb3f835cea9dce245adb89a5678536b35bd5
https://github.com/llvm/llvm-project/commit/a7bceb3f835cea9dce245adb89a5678536b35bd5
Author: Lang Hames <lhames at gmail.com>
Date: 2022-04-16 (Sat, 16 Apr 2022)
Changed paths:
M llvm/include/llvm/ExecutionEngine/Orc/Speculation.h
Log Message:
-----------
[ORC] Make IRSpeculationLayer::BaseLayer an IRLayer.
BaseLayer was originally written as an IRCompileLayer, but there was no need for
this restriction. Using IRLayer gives clients more flexibility in choosing the
underlying layer.
More information about the All-commits
mailing list