[all-commits] [llvm/llvm-project] 01bde7: [CVP] Remove unnecessary block splits in tests (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Sun Sep 27 11:57:25 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 01bde7310bb92d39d86ff4ceae8ae626555e30eb
https://github.com/llvm/llvm-project/commit/01bde7310bb92d39d86ff4ceae8ae626555e30eb
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2020-09-27 (Sun, 27 Sep 2020)
Changed paths:
M llvm/test/Transforms/CorrelatedValuePropagation/basic.ll
M llvm/test/Transforms/CorrelatedValuePropagation/icmp.ll
M llvm/test/Transforms/CorrelatedValuePropagation/minmaxabs.ll
M llvm/test/Transforms/CorrelatedValuePropagation/overflow_predicate.ll
M llvm/test/Transforms/CorrelatedValuePropagation/overflows.ll
M llvm/test/Transforms/CorrelatedValuePropagation/select.ll
M llvm/test/Transforms/CorrelatedValuePropagation/srem.ll
Log Message:
-----------
[CVP] Remove unnecessary block splits in tests (NFC)
These are no longer necessary since D69686.
More information about the All-commits
mailing list