We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://godbolt.org/z/3qoK61hdf
define float @test17_unary_fneg(float %a, float %b, float %z) { %d = fmul fast float %z, 4.000000e+01 %c = fneg fast float %d %e = fmul fast float %a, %c %f = fneg fast float %e ret float %f } define float @test17_unary_fneg1(float %a, float %b, float %z) { %d = fmul fast float %z, 4.000000e+01 %c = fneg fast float %d %e = fmul fast float %c, %a %f = fneg fast float %e ret float %f }
define float @test17_unary_fneg(float %a, float %b, float %z) { %1 = fmul fast float %z, 4.000000e+01 %f = fmul fast float %a, %1 ret float %f } define float @test17_unary_fneg1(float %a, float %b, float %z) { %c = fmul fast float %z, -4.000000e+01 %1 = fneg fast float %a %f = fmul fast float %c, %1 ret float %f }
The text was updated successfully, but these errors were encountered:
dtcxzyw
No branches or pull requests
https://godbolt.org/z/3qoK61hdf
The text was updated successfully, but these errors were encountered: