You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In those cases it only used 0x40 (positive zero). Those tests passed with either zero though (e.g. using fcmp oeq 0). The remaining functionality should be implemented and tested.
The text was updated successfully, but these errors were encountered:
* Handle switch to new debug info format
* linked libraries are converted
* newly created functions (with bodies) are converted
* updated test expectations
* Bare minimum handling of llvm.is_fpclass (see google#1307) to unblock known
cts failures
* Update LLVM
* Handle switch to new debug info format
* linked libraries are converted
* newly created functions (with bodies) are converted
* updated test expectations
* Bare minimum handling of llvm.is_fpclass (see #1307) to unblock known
cts failures
* fix typo
LLVM has started inferring
llvm.is_fpclass
(see https://llvm.org/docs/LangRef.html#llvm-is-fpclass) in some cases including the following CTS tests:In those cases it only used 0x40 (positive zero). Those tests passed with either zero though (e.g. using fcmp oeq 0). The remaining functionality should be implemented and tested.
The text was updated successfully, but these errors were encountered: