about summary refs log tree commit diff
path: root/src/test/codegen/loop.rs
AgeCommit message (Collapse)AuthorLines
2020-10-15Prevent miscompilation in trivial loop {}Mark Rousskov-0/+15
Ideally, we would want to handle a broader set of cases to fully fix the underlying bug here. That is currently relatively expensive at compile and runtime, so we don't do that for now.