Commit b0f8f32
authored
[ExprConst] Handle floating- and char literals in FastEvaluateAsRValue (#118294)
This is part of a three-patch series that results in some nice (but not
substantial) compile-time improvements:
http://llvm-compile-time-tracker.com/compare.php?from=fe1c4f0106fe4fd6d61c38ba46e71fda8f4d1573&to=0824d621b2c035a3befb564153b31309a9a79d97&stat=instructions%3Au
The results for just this patch are here:
http://llvm-compile-time-tracker.com/compare.php?from=fe1c4f0106fe4fd6d61c38ba46e71fda8f4d1573&to=6f7f51b476a37dc7c80427fede077e6798a83be8&stat=instructions:u1 parent 0e7f187 commit b0f8f32
1 file changed
+13
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16536 | 16536 | | |
16537 | 16537 | | |
16538 | 16538 | | |
16539 | | - | |
| 16539 | + | |
16540 | 16540 | | |
16541 | 16541 | | |
16542 | 16542 | | |
| |||
16549 | 16549 | | |
16550 | 16550 | | |
16551 | 16551 | | |
| 16552 | + | |
| 16553 | + | |
| 16554 | + | |
| 16555 | + | |
| 16556 | + | |
| 16557 | + | |
| 16558 | + | |
| 16559 | + | |
| 16560 | + | |
| 16561 | + | |
| 16562 | + | |
| 16563 | + | |
16552 | 16564 | | |
16553 | 16565 | | |
16554 | 16566 | | |
| |||
0 commit comments