[all-commits] [llvm/llvm-project] e8574e: [SandboxIR] Boilerplate code (#95814)
vporpo via All-commits
all-commits at lists.llvm.org
Mon Jul 1 08:51:02 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e8574e8ada76e38fab951969dc1c97eef5b0cc60
https://github.com/llvm/llvm-project/commit/e8574e8ada76e38fab951969dc1c97eef5b0cc60
Author: vporpo <vporpodas at google.com>
Date: 2024-07-01 (Mon, 01 Jul 2024)
Changed paths:
A llvm/include/llvm/SandboxIR/SandboxIR.h
A llvm/include/llvm/SandboxIR/SandboxIRValues.def
M llvm/lib/CMakeLists.txt
A llvm/lib/SandboxIR/CMakeLists.txt
A llvm/lib/SandboxIR/SandboxIR.cpp
M llvm/unittests/CMakeLists.txt
A llvm/unittests/SandboxIR/CMakeLists.txt
A llvm/unittests/SandboxIR/SandboxIRTest.cpp
Log Message:
-----------
[SandboxIR] Boilerplate code (#95814)
This is the first patch in a series of patches for the Sandbox Vectorizer project.
SandboxIR is not tightly coupled to the Sandbox Vectorizer and could be used
independently as a transactional layer on top of LLVM IR.
For a detailed description of the project please refer to the RFC:
https://discourse.llvm.org/t/rfc-sandbox-vectorizer-an-experimental-modular-vectorizer/79059
This patch adds some basic boilerplate code for the SandboxIR which includes
parts of the SandboxIR `Value`, `User` and `Context` classes.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list