-
Notifications
You must be signed in to change notification settings - Fork 824
New issue
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
feat(llvm): Make NaN canonicalization configurable #2161
Conversation
bors try |
tryBuild failed: |
34425fd
to
b8e7f25
Compare
bors try |
tryBuild failed: |
b8e7f25
to
43dbb18
Compare
bors try |
9eed143
to
e3a3f79
Compare
bors try |
tryMerge conflict. |
e3a3f79
to
7148402
Compare
bors try |
22bf49b
to
c55ff44
Compare
c55ff44
to
113d438
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks good for merging!
113d438
to
abebb6a
Compare
bors try |
tryBuild failed: |
0fe7e37
to
fc4e925
Compare
fc4e925
to
13c520b
Compare
compiler-llvm now uses the experimental.constrained intrinsics to ensure correct behavior on FP operations when full-canonicalization is disabled. This patch requires TheDan64/inkwell#247
13c520b
to
69cf276
Compare
2836099
to
0b119a7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work!
bors r+ |
compiler-llvm now uses the experimental.constrained intrinsics to ensure
correct behavior on FP operations when full-canonicalization is
disabled.
This patch requires TheDan64/inkwell#247
Review