This patch is an alternative of D100091. It solved the problems in f80 type lowering.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
60,090 ms | x64 debian > libFuzzer.libFuzzer::fuzzer-leak.test | |
60,040 ms | x64 debian > libFuzzer.libFuzzer::minimize_crash.test |
Event Timeline
Comment Actions
Address review comments.
llvm/test/CodeGen/X86/no-ret-in-x87-reg.ll | ||
---|---|---|
140 | Yes. We first bitcast f80 to i80, then extend it to i96. We cleared the upper 16 bits during this stage. |
Comment Actions
LGTM, but pls wait for a few days so that other reviewers' comments can be addressed.
Remove "Not Predicated" of the comments?