[all-commits] [llvm/llvm-project] 510391: [SandboxIR] Add more functions to sandboxir:Instru...
Sriraman Tallam via All-commits
all-commits at lists.llvm.org
Wed Sep 25 16:09:35 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 51039101cf32591782ef564a108db71150a3b7c3
https://github.com/llvm/llvm-project/commit/51039101cf32591782ef564a108db71150a3b7c3
Author: Sriraman Tallam <38991943+tmsri at users.noreply.github.com>
Date: 2024-09-25 (Wed, 25 Sep 2024)
Changed paths:
M llvm/include/llvm/SandboxIR/SandboxIR.h
M llvm/unittests/SandboxIR/SandboxIRTest.cpp
Log Message:
-----------
[SandboxIR] Add more functions to sandboxir:Instruction class. (#110050)
The getter functions simply turn around and call the LLVM
counterparts. This is fine until we don't add new sandbox IR
opcodes. At that point, we may have to explicitly check if
the behavior is different.
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