- Similar to the workaround in fix of PR30188, skip sinking common lifetime markers of alloca. They are mostly left there after inlining functions in branches.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 37521 Build 37520: arc lint + arc unit
Event Timeline
Comment Actions
Thanks! One nit.
llvm/lib/Transforms/Utils/SimplifyCFG.cpp | ||
---|---|---|
1510 | Nit: I'd prefer this out of line as it doesn't use any state from this function and its intent is clear from the name. |
Nit: I'd prefer this out of line as it doesn't use any state from this function and its intent is clear from the name.