[all-commits] [llvm/llvm-project] eba21a: [SandboxIR][Utils] Implement getMemoryLocation() (...
vporpo via All-commits
all-commits at lists.llvm.org
Wed Sep 25 10:43:57 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eba21accf221c16875f1318952a0b1f468913a30
https://github.com/llvm/llvm-project/commit/eba21accf221c16875f1318952a0b1f468913a30
Author: vporpo <vporpodas at google.com>
Date: 2024-09-25 (Wed, 25 Sep 2024)
Changed paths:
M llvm/include/llvm/SandboxIR/SandboxIR.h
M llvm/include/llvm/SandboxIR/Utils.h
M llvm/lib/SandboxIR/CMakeLists.txt
M llvm/unittests/SandboxIR/CMakeLists.txt
A llvm/unittests/SandboxIR/UtilsTest.cpp
Log Message:
-----------
[SandboxIR][Utils] Implement getMemoryLocation() (#109724)
This patch implements sandboxir::Utils::memoryLocationGetOrNone() that calls
MemoryLocation::getOrNone() internally.
Ideally this would require a sandboxir::MemoryLocation, but this should
be good enough for now.
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