diff options
author | Jim Lin <jim@andestech.com> | 2023-11-07 03:05:03 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-07 17:05:03 +0800 |
commit | 4306cfd40e0b8f404da384fa67a046b9e50d7239 (patch) | |
tree | eafa0e387a715146e0aba4c5319ed4434c4001bb /lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp | |
parent | df1e39489e3c751eeba633f17ec94be393a8a165 (diff) | |
download | llvm-4306cfd40e0b8f404da384fa67a046b9e50d7239.zip llvm-4306cfd40e0b8f404da384fa67a046b9e50d7239.tar.gz llvm-4306cfd40e0b8f404da384fa67a046b9e50d7239.tar.bz2 |
[RISCV] Fix using undefined variable %pt2 in mask-reg-alloc.mir testcase (#70764)
First PseudoVMERGE_VIM_M1 should use %pt1 as its operand instead of
%pt2.
I found this error when I add LiveIntervals analysis pass in my
downstream. And it crashes with the message:
```
Use of %7 does not have a corresponding definition on every path:
112r %6:vrnov0 = PseudoVMERGE_VIM_M1 %pt2:vrnov0(tied-def 0), %2:vr, 1, %4:vmv0, 1, 3
LLVM ERROR: Use not jointly dominated by defs.
```
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp')
0 files changed, 0 insertions, 0 deletions