[llvm] [AMDGPU] Enable amdgpu-sw-lower-lds pass to lower LDS accesses to use device global memory (PR #87265)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 2 08:04:06 PDT 2024
================
@@ -679,6 +680,11 @@ void AMDGPUTargetMachine::registerPassBuilderCallbacks(
if (EarlyInlineAll && !EnableFunctionCalls)
PM.addPass(AMDGPUAlwaysInlinePass());
+
+#if __has_feature(address_sanitizer)
----------------
arsenm wrote:
The host compiler support for address sanitizer is not relevant
https://github.com/llvm/llvm-project/pull/87265
More information about the llvm-commits
mailing list