diff options
author | Fangrui Song <i@maskray.me> | 2025-06-08 00:02:26 -0700 |
---|---|---|
committer | Fangrui Song <i@maskray.me> | 2025-06-08 00:02:27 -0700 |
commit | ce270b495d32710f6e4c42b5c7f6678b1f01db60 (patch) | |
tree | 94ed17226c3c96769b3340b41f625efb0dab7ade /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 239c8ac2680fd579a09e27eb2c89ba71ae1fce36 (diff) | |
download | llvm-ce270b495d32710f6e4c42b5c7f6678b1f01db60.zip llvm-ce270b495d32710f6e4c42b5c7f6678b1f01db60.tar.gz llvm-ce270b495d32710f6e4c42b5c7f6678b1f01db60.tar.bz2 |
MCExpr: Move isSymbolUsedInExpression workaround to AMDGPU
This function was a workaround used to detect cyclic dependency
(properly resolved by 343428c666f9293ae260bbcf79130562b830b268).
We do not want backends to use it. However, #112251 exposed it to MCExpr
to be reused by AMDGPU. Keep the workaround within AMDGPU to prevent
other backends from accidentally relying on it.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions