diff options
| author | Ben Kimock <kimockb@gmail.com> | 2023-05-11 05:59:47 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-11 18:59:47 +0900 |
| commit | d51d5115938fb74a2a2773ff0c0dc3c0363747eb (patch) | |
| tree | a69a4d0eae8b45d70759be39ee99705a84ba1a2a /src/doc/rustc-dev-guide | |
| parent | de22e55b950371d786f9e0456171fdd2ccedd80b (diff) | |
| download | rust-d51d5115938fb74a2a2773ff0c0dc3c0363747eb.tar.gz rust-d51d5115938fb74a2a2773ff0c0dc3c0363747eb.zip | |
Rename InstCombine to InstSimplify (#1684)
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/mir/optimizations.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/mir/optimizations.md b/src/doc/rustc-dev-guide/src/mir/optimizations.md index 037cf5874f5..293d2fe9149 100644 --- a/src/doc/rustc-dev-guide/src/mir/optimizations.md +++ b/src/doc/rustc-dev-guide/src/mir/optimizations.md @@ -131,6 +131,6 @@ needed for correctness), then fuel should not be used. An example of this is `Pr perform optimizations. In these situations, we should allow for the initial gathering pass and then check fuel as close to the mutation as possible. This allows for the best debugging experience, because we can determine where in the list of candidates an optimization -may have been misapplied. Examples of this are `InstCombine` and `ConstantPropagation`. +may have been misapplied. Examples of this are `InstSimplify` and `ConstantPropagation`. [consideroptimizing]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty/context/struct.TyCtxt.html#method.consider_optimizing |
