Diff Detail
Diff Detail
Event Timeline
Comment Actions
Good idea, but needs a fix I think.
| lib/Transforms/InstCombine/InstCombineCalls.cpp | ||
|---|---|---|
| 3787–3798 | I believe all of these need to be guarded by being in the same basic block, since the user could be observing a read(first)lane inside a divergent loop. | |
I believe all of these need to be guarded by being in the same basic block, since the user could be observing a read(first)lane inside a divergent loop.