[llvm] [TTI][ASan][RISCV] Move InterestingMemoryOperand to Analysis and embed in MemIntrinsicInfo (PR #157863)

LLVM Continuous Integration via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 18 20:29:10 PDT 2025


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `llvm-clang-x86_64-sie-ubuntu-fast` running on `sie-linux-worker` while building `llvm` at step 6 "test-build-unified-tree-check-all".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/144/builds/35844

<details>
<summary>Here is the relevant piece of the build log for the reference</summary>

```
Step 6 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'LLVM :: Instrumentation/AddressSanitizer/RISCV/asan-rvv-intrinsics.ll' FAILED ********************
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 2
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/opt < /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/test/Instrumentation/AddressSanitizer/RISCV/asan-rvv-intrinsics.ll -mtriple=riscv64 -mattr=+v -passes=asan  -asan-instrumentation-with-call-threshold=0 -S | /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/FileCheck /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/test/Instrumentation/AddressSanitizer/RISCV/asan-rvv-intrinsics.ll
# executed command: /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/opt -mtriple=riscv64 -mattr=+v -passes=asan -asan-instrumentation-with-call-threshold=0 -S
# .---command stderr------------
# | /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/opt: warning: failed to infer data layout: unable to get target for 'riscv64', see --version and --triple.
# | /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/opt: WARNING: failed to create target machine for 'riscv64': unable to get target for 'riscv64', see --version and --triple.
# `-----------------------------
# executed command: /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/FileCheck /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/test/Instrumentation/AddressSanitizer/RISCV/asan-rvv-intrinsics.ll
# .---command stderr------------
# | /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/test/Instrumentation/AddressSanitizer/RISCV/asan-rvv-intrinsics.ll:12:15: error: CHECK-NEXT: expected string not found in input
# | ; CHECK-NEXT: [[TMP2:%.*]] = load i64, ptr @__asan_shadow_memory_dynamic_address, align 8
# |               ^
# | <stdin>:16:7: note: scanning from here
# | entry:
# |       ^
# | <stdin>:17:2: note: possible intended match here
# |  %2 = load i64, ptr @__asan_shadow_memory_dynamic_address, align 4
# |  ^
# | /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/test/Instrumentation/AddressSanitizer/RISCV/asan-rvv-intrinsics.ll:55:15: error: CHECK-NEXT: expected string not found in input
# | ; CHECK-NEXT: [[TMP4:%.*]] = load i64, ptr @__asan_shadow_memory_dynamic_address, align 8
# |               ^
# | <stdin>:24:7: note: scanning from here
# | entry:
# |       ^
# | <stdin>:25:2: note: possible intended match here
# |  %4 = load i64, ptr @__asan_shadow_memory_dynamic_address, align 4
# |  ^
# | /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/test/Instrumentation/AddressSanitizer/RISCV/asan-rvv-intrinsics.ll:97:15: error: CHECK-NEXT: expected string not found in input
# | ; CHECK-NEXT: [[TMP3:%.*]] = load i64, ptr @__asan_shadow_memory_dynamic_address, align 8
# |               ^
# | <stdin>:32:7: note: scanning from here
# | entry:
# |       ^
# | <stdin>:33:2: note: possible intended match here
# |  %3 = load i64, ptr @__asan_shadow_memory_dynamic_address, align 4
# |  ^
# | /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/test/Instrumentation/AddressSanitizer/RISCV/asan-rvv-intrinsics.ll:139:15: error: CHECK-NEXT: expected string not found in input
# | ; CHECK-NEXT: [[TMP4:%.*]] = load i64, ptr @__asan_shadow_memory_dynamic_address, align 8
# |               ^
# | <stdin>:40:7: note: scanning from here
# | entry:
# |       ^
# | <stdin>:41:2: note: possible intended match here
# |  %4 = load i64, ptr @__asan_shadow_memory_dynamic_address, align 4
# |  ^
...

```

</details>

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


More information about the llvm-commits mailing list