[llvm] [GlobalIsel] Combine logic of floating point compares (PR #81886)

Thorsten Schütt via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 15 22:15:57 PST 2024


tschuett wrote:

The motivation was to fold more compares. The DAG combiner has the same combine in `foldLogicOfSetCCs`, but it is tight to the ISD namespace. The Instcombine method of calculating the new predicate is more portable.

https://github.com/llvm/llvm-project/pull/81886


More information about the llvm-commits mailing list