[all-commits] [llvm/llvm-project] 79d60b: [ConstraintElimination] Skip floating point compar...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Feb 9 13:17:18 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 79d60b93b4390a7219ed7253ee08a554aefeb042
https://github.com/llvm/llvm-project/commit/79d60b93b4390a7219ed7253ee08a554aefeb042
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-02-09 (Wed, 09 Feb 2022)
Changed paths:
M llvm/lib/Transforms/Scalar/ConstraintElimination.cpp
Log Message:
-----------
[ConstraintElimination] Skip floating point compares. (NFC)
The solver only supports integer conditions. Adding floating point
compares to the worklist only adds extra work. Just skip them.
More information about the All-commits
mailing list