diff options
author | Thomas Preud'homme <thomasp@graphcore.ai> | 2021-03-28 00:03:37 +0000 |
---|---|---|
committer | Thomas Preud'homme <thomasp@graphcore.ai> | 2021-04-09 10:01:57 +0100 |
commit | 623475248a9df38fe9c84316d8fdf6a23b7bf744 (patch) | |
tree | c558673e972e511bb0de173222ef4f44d1c3b2bd /llvm/lib/CodeGen/MachineInstr.cpp | |
parent | 39ae25fb8c648b0e710ba2d2d46e7a5b7fafff19 (diff) | |
download | llvm-623475248a9df38fe9c84316d8fdf6a23b7bf744.zip llvm-623475248a9df38fe9c84316d8fdf6a23b7bf744.tar.gz llvm-623475248a9df38fe9c84316d8fdf6a23b7bf744.tar.bz2 |
[test, LoopVectorize] Fix use of var defined in CHECK-NOT
LLVM test Transforms/LoopVectorize/pr34681.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 only checks for the absence of icmp ne 1 which rules out the
presence of the whole sequence and does not involve an undefined
variable.
Reviewed By: fhahn
Differential Revision: https://reviews.llvm.org/D99582
Diffstat (limited to 'llvm/lib/CodeGen/MachineInstr.cpp')
0 files changed, 0 insertions, 0 deletions