This patch adds the llvm.loop.mustprogress loop metadata. This is to be
added to loops where the frontend language requires that the loop makes
observable interactions with the environment. This is the loop-level
equivalent to the function attribute mustprogress defined in D86233.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
250 ms | windows > lld.ELF/invalid::symtab-sh-info.s |
Event Timeline
llvm/include/llvm/Transforms/Utils/Cloning.h | ||
---|---|---|
189 ↗ | (On Diff #294871) | this is not needed in this patch |