Test that we're not moving the instruction through instructions with side-effects.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/CodeGen/ReachingDefAnalysis.cpp | ||
---|---|---|
404 | I was just looking at the similar (but not the same) check in isSafeToRemove. |
I was just looking at the similar (but not the same) check in isSafeToRemove.
Just quickly checking: that one is also checking for isReturn, do we need that here? And here we check for isCall, do we need that there?