https://bugs.llvm.org/show_bug.cgi?id=42705
Sanjay Patel <spatel+l...@rotateright.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
Fixed By Commit(s)| |r368995
--- Comment #2 from Sanjay Patel <spatel+l...@rotateright.com> ---
Support for FADD specifically is allowed after:
https://reviews.llvm.org/rL368995
If we use this function for FMUL, FMIN, FMAX, or others, then we will need to
add to the 'switch' to make sure that we have the appropriate FMF for the given
operation.
It's also possible that this will require a target callback if some targets
have different implementation/requirements than others.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs