[all-commits] [llvm/llvm-project] 1987f9: [SandboxIR] OpaqueValue (#127699)
vporpo via All-commits
all-commits at lists.llvm.org
Wed Feb 19 11:55:07 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1987f93d03cec41f2599752cb63c9d130b901de3
https://github.com/llvm/llvm-project/commit/1987f93d03cec41f2599752cb63c9d130b901de3
Author: vporpo <vporpodas at google.com>
Date: 2025-02-19 (Wed, 19 Feb 2025)
Changed paths:
M llvm/include/llvm/SandboxIR/Value.h
M llvm/include/llvm/SandboxIR/Values.def
M llvm/lib/SandboxIR/BasicBlock.cpp
M llvm/lib/SandboxIR/Context.cpp
M llvm/unittests/SandboxIR/SandboxIRTest.cpp
Log Message:
-----------
[SandboxIR] OpaqueValue (#127699)
This patch implements a new subclass of the Value class used for Sandbox
IR Values that we don't support, like metadata or inline asm. The goal
is to never have null sandboxir::Value objects, because this is not the
expected behavior.
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