diff options
| author | Nick Sarnie <nick.sarnie@intel.com> | 2025-11-11 00:12:13 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-10 15:12:13 +0000 |
| commit | c17a839d8335ae75447221adf62f7993e575a913 (patch) | |
| tree | c4017f4f70dbe82bd6355bc3ee91cf8a53a73b27 /llvm/tools/llvm-ifs | |
| parent | 69c8756af0734c78542f09996dc6101792474324 (diff) | |
| download | llvm-main.zip llvm-main.tar.gz llvm-main.tar.bz2 | |
First, for internal variables, they are always global, so use the global
AS by default unless specified otherwise. We can't really use `0` as a
default like we do now because that has an actual meaning on some
targets, so we really need specified vs unspecified, so I used
`std::optional` which is already used in many places in OMPIRBuilder.
Second, for the critical lock variable, add an addrspace cast if needed.
Signed-off-by: Nick Sarnie <nick.sarnie@intel.com>
Diffstat (limited to 'llvm/tools/llvm-ifs')
0 files changed, 0 insertions, 0 deletions
