Update comment for isOutOfScope.
Add a testcase for uniform value being used out of scope.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM with two tiny nits.
lib/Transforms/Vectorize/LoopVectorize.cpp | ||
---|---|---|
4949 ↗ | (On Diff #66515) | As long as you're changing this, can we change "variables" to something more meaningful? Instructions, or perhaps values? |
4952 ↗ | (On Diff #66515) | Maybe "Global values, params and instructions outside of the current loop are"? |