[all-commits] [llvm/llvm-project] 9e6855: [LVI] Handle commuted SPF min/max operands
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Jan 18 01:44:13 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9e68557e6437a7cb997cf571542b3638839dcaa0
https://github.com/llvm/llvm-project/commit/9e68557e6437a7cb997cf571542b3638839dcaa0
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-01-18 (Tue, 18 Jan 2022)
Changed paths:
M llvm/lib/Analysis/LazyValueInfo.cpp
M llvm/test/Transforms/CorrelatedValuePropagation/basic.ll
Log Message:
-----------
[LVI] Handle commuted SPF min/max operands
We need to check that the operands of the min/max are the operands
of the select, but we don't care which order they are in.
More information about the All-commits
mailing list