This change will make it easier to add identification of complex constants
in future patches.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/CodeGen/ComplexDeinterleavingPass.cpp | ||
---|---|---|
551 | It looks like FNegs is not used anywhere. Maybe I should delete it, or you had a plan for it? |
llvm/lib/CodeGen/ComplexDeinterleavingPass.cpp | ||
---|---|---|
551 | The instructions within FNegs were initially stored within the the composite nodes, and were used to ensure that all the users were contained within the same graph. Now that the approach for that check has changed, I don't see a need for keeping FNegs around in its current state. |
It looks like FNegs is not used anywhere. Maybe I should delete it, or you had a plan for it?