[all-commits] [llvm/llvm-project] 24839c: [UTC] Escape multiple {{ or }} in input for check ...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Thu Nov 9 09:18:25 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 24839c32539bab96f972c9736a6e43de951449e6
https://github.com/llvm/llvm-project/commit/24839c32539bab96f972c9736a6e43de951449e6
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-11-09 (Thu, 09 Nov 2023)
Changed paths:
M llvm/test/Analysis/LoopAccessAnalysis/loops-with-indirect-reads-and-writes.ll
M llvm/test/tools/UpdateTestChecks/update_analyze_test_checks/Inputs/loop-access-analysis.ll.expected
M llvm/utils/UpdateTestChecks/common.py
Log Message:
-----------
[UTC] Escape multiple {{ or }} in input for check lines. (#71790)
SCEV expressions may contain multiple {{ or }} in the debug output,
which needs escaping.
See
llvm/test/Analysis/LoopAccessAnalysis/loops-with-indirect-reads-and-writes.ll
for a test that needs escaping.
More information about the All-commits
mailing list