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
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 | ||
---|---|---|
24 | remove "previous" here, it does not add anything and is a bit confusing. |
remove "previous" here, it does not add anything and is a bit confusing.