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