This test had a bug: !llvm.invariant.group instead
of !invariant.group.
Also add some new test for future development.
All tests passes, when MSSA will support invariant.group
only the lines with FIXIT should be changed.
Differential D28969
[MemorySSA] Fix invariant.group test and add new Prazek on Jan 20 2017, 1:45 PM. Authored by
Details This test had a bug: !llvm.invariant.group instead Also add some new test for future development.
Diff Detail
Event TimelineComment Actions So the idea is that we'll just use the dominating Def/Phi of the closest related barrier call for invariant group things? Assuming yes, this LGTM. Thanks! |