[llvm] IVDescriptors: cut wasteful FAnyOf checking (NFC) (PR #118393)

Ramkumar Ramachandra via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 3 01:44:38 PST 2024


artagnon wrote:

> This effectively makes FAnyOf dead, right? In that case it should be removed and `IAnyOf` -> `AnyOf`?

There is still FAnyOf matching with FCmp, and IAnyOf matching with ICmp, so I don't think it can be removed. See getReductionOpChain's call to getOpcode for example.

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


More information about the llvm-commits mailing list