This patch creates file GuardUtils which will contain logic for work with guards
that can be shared across different passes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM, assuming that it is mostly the code movement.
I did not spend any effort to verify that code movement did not affect semantics :)
include/llvm/Transforms/Utils/GuardUtils.h | ||
---|---|---|
23 ↗ | (On Diff #162133) | remove "previous" here, it does not add anything and is a bit confusing. |