We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20c4b53 commit 2a6399aCopy full SHA for 2a6399a
llvm/test/MachineVerifier/RISCV/subreg-liveness.mir
@@ -1,6 +1,11 @@
1
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 5
2
# RUN: llc -mtriple=riscv64 -mattr=+v -run-pass=none %s -o - | FileCheck %s
3
4
+# During the MachineVerifier, it assumes that used registers have been defined
5
+# In this test case, while $v12_v13_v14_v15_v16 covers $v14_v15,
6
+# $v14_v15 is not a sub-register of $v14m2 even though they share the same register.
7
+# This corner case can be resolved by checking the register using RegUnit.
8
+
9
...
10
---
11
name: func
0 commit comments