aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInstance.cpp
diff options
context:
space:
mode:
authorThomas Preud'homme <thomasp@graphcore.ai>2021-03-28 00:03:37 +0000
committerThomas Preud'homme <thomasp@graphcore.ai>2021-04-06 10:45:08 +0100
commit638d70be6b931c6ac5b7fefb9f3e866e4a89522c (patch)
tree2c597c956177c7ddba9e9167e783dd5bcb1ba671 /clang/lib/Frontend/CompilerInstance.cpp
parent2fc761aac93a8e2afef4a6dc618032bb97d8b9de (diff)
downloadllvm-638d70be6b931c6ac5b7fefb9f3e866e4a89522c.zip
llvm-638d70be6b931c6ac5b7fefb9f3e866e4a89522c.tar.gz
llvm-638d70be6b931c6ac5b7fefb9f3e866e4a89522c.tar.bz2
[test, AArch64] Fix use of var defined in CHECK-NOT
LLVM test CodeGen/AArch64/aarch64-tbz.ll tries to check for the absence of a sequence of instructions with several CHECK-NOT with one of those directives using a variable defined in another. However CHECK-NOT are checked independently so that is using a variable defined in a pattern that should not occur in the input. This commit removes the definition and uses of variable to check each line independently, making the check stronger than the current one. It also removes unnecessary regex match for labels. Reviewed By: dmgreen Differential Revision: https://reviews.llvm.org/D99602
Diffstat (limited to 'clang/lib/Frontend/CompilerInstance.cpp')
0 files changed, 0 insertions, 0 deletions