We shouldn't delete elements while iterating a ranged for loop.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 28452 Build 28451: arc lint + arc unit
Paths
| Differential D58519
[WebAssembly] Fix a bug deleting instruction in a ranged for loop ClosedPublic Authored by aheejin on Feb 21 2019, 10:11 AM.
Details Summary We shouldn't delete elements while iterating a ranged for loop.
Diff Detail
Event Timelineaheejin added a parent revision: D58562: [WebAssembly] Improve readability of EH tests.Feb 23 2019, 2:41 PM This revision is now accepted and ready to land.Feb 25 2019, 1:07 PM Closed by commit rL354844: [WebAssembly] Fix a bug deleting instruction in a ranged for loop (authored by aheejin). · Explain WhyFeb 25 2019, 8:08 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 188062 lib/Target/WebAssembly/WebAssemblyLateEHPrepare.cpp
test/CodeGen/WebAssembly/exception.ll
|