[llvm] [AMDGPU] Enable "amdgpu-sw-lower-lds" pass in pipeline. (PR #89206)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed May 8 10:52:35 PDT 2024


================
@@ -676,6 +676,11 @@ void AMDGPUTargetMachine::registerPassBuilderCallbacks(
 
         if (EarlyInlineAll && !EnableFunctionCalls)
           PM.addPass(AMDGPUAlwaysInlinePass());
+
+#if __has_feature(address_sanitizer)
----------------
arsenm wrote:

The host compiler cannot matter here. 

https://github.com/llvm/llvm-project/pull/89206


More information about the llvm-commits mailing list