[all-commits] [llvm/llvm-project] 73ffee: [SandboxIR] Implement SelectInst (#99996)
vporpo via All-commits
all-commits at lists.llvm.org
Mon Jul 22 20:40:59 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 73ffeeab12d54211fd838d6ff988d111369ea196
https://github.com/llvm/llvm-project/commit/73ffeeab12d54211fd838d6ff988d111369ea196
Author: vporpo <vporpodas at google.com>
Date: 2024-07-22 (Mon, 22 Jul 2024)
Changed paths:
M llvm/include/llvm/SandboxIR/SandboxIR.h
M llvm/include/llvm/SandboxIR/SandboxIRValues.def
M llvm/lib/SandboxIR/SandboxIR.cpp
M llvm/unittests/SandboxIR/SandboxIRTest.cpp
Log Message:
-----------
[SandboxIR] Implement SelectInst (#99996)
This patch implements sandboxir::SelectInst which mirrors
llvm::SelectInst.
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