[all-commits] [llvm/llvm-project] a8ac6a: [SCEV] Remove newline after predicates in dump
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Nov 3 07:46:42 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a8ac6a986852fbf4befbcb056b7adcb197d90e26
https://github.com/llvm/llvm-project/commit/a8ac6a986852fbf4befbcb056b7adcb197d90e26
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-11-03 (Fri, 03 Nov 2023)
Changed paths:
M llvm/lib/Analysis/ScalarEvolution.cpp
M llvm/test/Analysis/ScalarEvolution/ptrtoint-constantexpr-loop.ll
Log Message:
-----------
[SCEV] Remove newline after predicates in dump
update_analyze_test_checks.py will now insert check lines for
empty lines, which means that all the existing test coverage will
have a spurious change to check for the newline after "Predicates:".
I don't think we actually want to have that newline, so drop it
before it gets into more test coverage.
More information about the All-commits
mailing list