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

via llvm-commits llvm-commits at lists.llvm.org
Thu May 23 03:56:00 PDT 2024


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

Have made changes to #87265 pass to process only functions which have "sanitize_address" attribute. Will be remove this __has_feature check.

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


More information about the llvm-commits mailing list