[llvm] [AMDGPU] Lower LDS in functions without sanitize_address in amdgpu-sw-lower-lds. (PR #131147)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 13 20:47:18 PDT 2025
================
@@ -0,0 +1,128 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --check-globals all --version 4
+; RUN: opt < %s -passes=amdgpu-sw-lower-lds -S -amdgpu-asan-instrument-lds=false -mtriple=amdgcn-amd-amdhsa | FileCheck %s
+; RUN: llc < %s -enable-new-pm -stop-after=amdgpu-sw-lower-lds -amdgpu-asan-instrument-lds=false -mtriple=amdgcn-amd-amdhsa | FileCheck %s
----------------
arsenm wrote:
I don't understand the amdgpu-asan-instrument-lds flag. Is there a path to do pure software lowering of LDS without the sanitizer? You've set this to false but sanitization calls are still in the output
https://github.com/llvm/llvm-project/pull/131147
More information about the llvm-commits
mailing list