[all-commits] [llvm/llvm-project] fc8946: [InstCombine] Remove integer SPF of SPF folds (NFCI)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Mar 18 02:21:03 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fc8946fae7a4e9351b7775ec8407d248b8fd02b4
https://github.com/llvm/llvm-project/commit/fc8946fae7a4e9351b7775ec8407d248b8fd02b4
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-03-18 (Fri, 18 Mar 2022)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
Log Message:
-----------
[InstCombine] Remove integer SPF of SPF folds (NFCI)
Now that we canonicalize to intrinsics, these folds should no
longer be needed. Only one fold that also applies to floating-point
min/max is retained.
More information about the All-commits
mailing list