aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectThread.cpp
diff options
context:
space:
mode:
authorMin Hsu <min.hsu@sifive.com>2025-02-28 14:49:55 -0800
committerMin Hsu <min.hsu@sifive.com>2025-02-28 14:56:04 -0800
commitb2cc28cab113554aa63b9097f23796d59175d28f (patch)
tree18ab71b354ace38ad3e90754b2198d1a2e1b14d7 /lldb/source/Commands/CommandObjectThread.cpp
parentb697bf3c0176e0f9c2f1ab5d39c797469f9037bd (diff)
downloadllvm-b2cc28cab113554aa63b9097f23796d59175d28f.zip
llvm-b2cc28cab113554aa63b9097f23796d59175d28f.tar.gz
llvm-b2cc28cab113554aa63b9097f23796d59175d28f.tar.bz2
[Exegesis][RISCV] Only check if vd and vs2 are alias in rvv/reduction.test
This test was designed to check if we alias between vd and vs2. While we make sure there is no alias relationship between vd and vs1 in the snippet generator, there is nothing preventing the randomizer to assign the same register between vs1 and vs2. Which makes this test pretty unstable. However, we really only care if vd and vs2 are alias, so instead of going an extra mile to check whether vd and vs1 are NOT alias, which is actually irrelevant, we should just focusing on checking if vd and vs2 are alias.
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.cpp')
0 files changed, 0 insertions, 0 deletions