[llvm] [Analysis][LV] Handle FMinNum/FMaxNum in RecurrenceDescriptor::getOpcode (PR #152794)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 10 13:35:18 PDT 2025
https://github.com/fhahn commented:
This is very likely to be incorrect.
There's not really a corresponding opcode and treating them the same as FMax/FMin will be incorrect. It would probably be better to update your code not to query getOpcode for those recurrence kinds.
https://github.com/llvm/llvm-project/pull/152794
More information about the llvm-commits
mailing list