Module rustc_mir_transform::dataflow_const_prop
source · Expand description
A constant propagation optimization pass based on dataflow analysis.
Currently, this pass only propagates scalar values.
Macros§
- Macro for machine-specific
InterpError
without allocation. (These will never be shown to the user, but they help diagnose ICEs.)
Structs§
- Patch 🔒