[all-commits] [llvm/llvm-project] 0992e6: [Test][NFC] Rename one of test parameters to avoid...
Max Kazantsev via All-commits
all-commits at lists.llvm.org
Wed Feb 15 03:08:44 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0992e6ee115e701ab9034844060581cf105bd3b5
https://github.com/llvm/llvm-project/commit/0992e6ee115e701ab9034844060581cf105bd3b5
Author: Max Kazantsev <mkazantsev at azul.com>
Date: 2023-02-15 (Wed, 15 Feb 2023)
Changed paths:
M llvm/test/Transforms/SimpleLoopUnswitch/inject-invariant-conditions.ll
Log Message:
-----------
[Test][NFC] Rename one of test parameters to avoid confusing associations
Name 'len' implicitly hints that it should be non-negative, but in fact in some of
these tests the baseline profitable scenario for the transform to be profitable is
when this thing is negative. Rename to avoid this confusion.
More information about the All-commits
mailing list