Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM with the unused CHECKs and the assumption that the result of the fadd is $f0 fixed
| test/CodeGen/Mips/fcopysign-f32-f64.ll | ||
|---|---|---|
| 11 | This isn't checked anymore. 'CHECK' is only the default prefix when no prefixes are given. | |
| 34 | Likewise | |
| 36–45 | It's not for this patch but this output doesn't seem very efficient. For example, it could clear the top bit with a dsll+dsrl saving two instructions | |
| 42 | This $f0 isn't guaranteed to be $f0. | |
This isn't checked anymore. 'CHECK' is only the default prefix when no prefixes are given.