[all-commits] [llvm/llvm-project] bb6917: [PowerPC, test] Fix use of undef FileCheck var
RoboTux via All-commits
all-commits at lists.llvm.org
Fri Apr 9 04:54:51 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bb69173ae5d125b5d5238d0b34d8cdc02db4ba69
https://github.com/llvm/llvm-project/commit/bb69173ae5d125b5d5238d0b34d8cdc02db4ba69
Author: Thomas Preud'homme <thomasp at graphcore.ai>
Date: 2021-04-09 (Fri, 09 Apr 2021)
Changed paths:
M llvm/test/CodeGen/PowerPC/ppc-shrink-wrapping.ll
Log Message:
-----------
[PowerPC, test] Fix use of undef FileCheck var
Commit 6ad3d05b681b36f6ecc98523257d154053e4116d disables the definition
of CSR that a follow-up CHECK-NOT directive depends on. This commit
replaces the undefined CSR variable use by the regex used to define it.
Reviewed By: nemanjai
Differential Revision: https://reviews.llvm.org/D99870
More information about the All-commits
mailing list