Commit 875841c
authored
[clang][bytecode] Avoid a getValue() call in builtin_isinf (llvm#152939)
Get the APFloat once and work with that, instead of calling isInf() and
potentially isNegative().1 parent 6db3776 commit 875841c
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
459 | 459 | | |
460 | 460 | | |
461 | 461 | | |
462 | | - | |
| 462 | + | |
| 463 | + | |
463 | 464 | | |
464 | 465 | | |
465 | | - | |
| 466 | + | |
466 | 467 | | |
467 | | - | |
| 468 | + | |
468 | 469 | | |
469 | 470 | | |
470 | 471 | | |
| |||
0 commit comments