Fix a transformation bug where two scopes share a common instrution to hoist.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
lgtm
lib/Transforms/Instrumentation/ControlHeightReduction.cpp | ||
---|---|---|
1444 ↗ | (On Diff #197646) | why is this check not kicking in? |
lib/Transforms/Instrumentation/ControlHeightReduction.cpp | ||
---|---|---|
1444 ↗ | (On Diff #197646) | This check is to avoid hoisting the same instruction more than once. So, it won't detect this case. |
lib/Transforms/Instrumentation/ControlHeightReduction.cpp | ||
---|---|---|
1444 ↗ | (On Diff #197646) | Typo: insert *per scope* in above sentence. |