xref: /aosp_15_r20/external/llvm/test/FileCheck/regex-brackets.txt (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1// RUN: FileCheck -input-file %s %s
2
3op r1
4op r2, [x r1]
5; CHECK:        op [[REG:r[0-9]]]
6; CHECK:        op [[REG2:r[0-9]]], [x [[REG]]]
7
8