While fixing the bug, it was discovered that the simplifyOnce function returns the value of the simplifyOnceImpl function. Therefore, it was decided to remove the simplifyOnce function and replace all its calls with simplifyOnceImpl.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Transforms/Utils/SimplifyCFG.cpp | ||
---|---|---|
282 | Do it vice versa: leave simplifyOnce and remove simplifyOnceImpl. |
Do it vice versa: leave simplifyOnce and remove simplifyOnceImpl.