rust/compiler/rustc_mir_dataflow/src/framework
bors c434b4b4b6 Auto merge of #133328 - nnethercote:simplify-SwitchInt-handling, r=tmiasko
Simplify `SwitchInt` handling

Dataflow handling of `SwitchInt` is currently complicated. This PR simplifies it.

r? `@cjgillot`
2024-12-18 22:57:23 +00:00
..
cursor.rs Rename some Analysis and ResultsVisitor methods. 2024-12-10 12:07:13 +11:00
direction.rs Remove a FIXME comment. 2024-12-16 09:36:09 +11:00
fmt.rs Use MixedBitSet instead of ChunkedBitSet in fmt.rs. 2024-12-09 08:53:35 +11:00
graphviz.rs Re-export more rustc_span::symbol things from rustc_span. 2024-12-18 13:38:53 +11:00
lattice.rs Remove unused dataflow trait impls and bounds. 2024-12-10 11:52:30 +11:00
mod.rs Simplify dataflow SwitchInt handling. 2024-12-16 09:36:07 +11:00
results.rs Rollup merge of #133938 - nnethercote:rustc_mir_dataflow-renamings, r=oli-obk 2024-12-13 17:25:29 +01:00
tests.rs Reorder some Analysis methods. 2024-12-10 12:09:25 +11:00
visitor.rs Remove a comment that shouldn't have been committed. 2024-12-18 15:54:17 +11:00