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
the test
Fails with
Assertion `StackTop == 1 && FirstFPRegOp == getStackEntry(0) && "Top of stack not the right register for RET!"
The text was updated successfully, but these errors were encountered:
Merge pull request llvm#4857 from jimingham/breakpoint-name
d6e5759
Add help text for "breakpoint name", describing the feature more fully.
[ValueTracking] Don't assume shift values are in range
6720726
Reduced (as best I could...) from oss-fuzz llvm#4857 test case llvm-svn: 321634
No branches or pull requests
Extended Description
the test
define void @test(x86_fp80* %a) {
entry:
%0 = load x86_fp80* %a, align 16
%1 = fmul x86_fp80 %0, 0xK4006B400000000000000
%2 = fmul x86_fp80 %1, 0xK4012F424000000000000
tail call void asm sideeffect "fistpl $0", "{st},
{st}"(x86_fp80 %2){st}"(x86_fp80 %5)%3 = load x86_fp80* %a, align 16
%4 = fmul x86_fp80 %3, 0xK4006B400000000000000
%5 = fmul x86_fp80 %4, 0xK4012F424000000000000
tail call void asm sideeffect "fistpl $0", "{st},
ret void
}
Fails with
Assertion `StackTop == 1 && FirstFPRegOp == getStackEntry(0) && "Top of stack not the right register for RET!"
The text was updated successfully, but these errors were encountered: