[all-commits] [llvm/llvm-project] 494ba6: [PowerPC, test] Fix use of undef FileCheck var
RoboTux via All-commits
all-commits at lists.llvm.org
Fri Apr 9 04:10:05 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 494ba60bb71e234141205db0d3615e9da923e58e
https://github.com/llvm/llvm-project/commit/494ba60bb71e234141205db0d3615e9da923e58e
Author: Thomas Preud'homme <thomasp at graphcore.ai>
Date: 2021-04-09 (Fri, 09 Apr 2021)
Changed paths:
M llvm/test/CodeGen/PowerPC/ppc64-i128-abi.ll
Log Message:
-----------
[PowerPC, test] Fix use of undef FileCheck var
Commit 6646033e6e759657b6122fde64844fd28a2c9635 removed the definition
of variable RESULT used in two CHECK-NOT directives in LLVM test
CodeGen/PowerPC/ppc64-i128-abi.ll. This commit replaces the uses by the
regex that was used to define that variable.
Reviewed By: nemanjai
Differential Revision: https://reviews.llvm.org/D99868
More information about the All-commits
mailing list