Albert Larsan
|
cf2dff2b1e
|
Move /src/test to /tests
|
2023-01-11 09:32:08 +00:00 |
|
Jakob Degen
|
efa5eaa5d1
|
Avoid invalidating the CFG in MirPatch.
As a part of this change, we adjust MirPatch to not needlessly create unnecessary resume blocks.
|
2022-08-02 18:57:54 -07:00 |
|
Nilstrieb
|
11c0280798
|
bless mir opt tests
|
2022-07-28 14:24:44 +02:00 |
|
ouz-a
|
e71913e847
|
validate derefer, run derefer inside generator
|
2022-05-30 18:36:14 +03:00 |
|
Camille GILLOT
|
e77e4fcf89
|
Only create a single expansion for each inline integration.
|
2022-02-27 19:05:56 +01:00 |
|
Erik Desjardins
|
6ea536d99b
|
Revert "Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli-obk""
This reverts commit 8e11199a15 .
|
2021-08-19 22:28:32 -04:00 |
|
Erik Desjardins
|
8e11199a15
|
Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli-obk"
This reverts commit 8007b506ac , reversing
changes made to e55c13e109 .
|
2021-08-15 23:44:34 -04:00 |
|
Erik Desjardins
|
585e4ae6e1
|
Run RemoveZsts at mir-opt-level=1
Effectively reverts commit 6960bc9696 .
|
2021-08-07 11:20:46 -04:00 |
|
Erik Desjardins
|
6960bc9696
|
only run RemoveZsts at mir-opt-level 3 and above
|
2021-03-22 18:30:56 -04:00 |
|
Erik Desjardins
|
b6d5b728b3
|
bless tests
|
2021-03-16 21:34:31 -04:00 |
|
Simon Vandel Sillesen
|
4e901be57d
|
Extend SimplifyLocals to remove ZST writes
|
2021-03-13 17:58:11 -05:00 |
|
Oliver Scherer
|
c8a866ea17
|
Show the inline stack of MIR lints that only occur after inlining
|
2020-10-27 14:08:07 +00:00 |
|
Eduard-Mihai Burtescu
|
6bc5eafbce
|
rustc_mir: track inlined callees in SourceScopeData.
|
2020-10-21 04:43:56 +03:00 |
|
Simon Vandel Sillesen
|
05f84c67a4
|
Ignore test on wasm as it does not unwind
|
2020-09-23 18:25:55 +02:00 |
|
Simon Vandel Sillesen
|
b6f51d6d6a
|
cleanup cfg after optimization
|
2020-09-22 23:09:07 +02:00 |
|
Simon Vandel Sillesen
|
290dca1781
|
MIR pass to remove unneeded drops on types not needing drop
This is heavily dependent on MIR inlining running to actually see the drop statement
|
2020-09-22 23:09:07 +02:00 |
|