Move some utility functions which are used within LDS lowering pass to a separate utils
file so that other LDS related passes can make use of them when required.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks for the refactor. One last request is to move these functions under namespace AMDGPU, as that ensures the symbols can't collide with anyone else. Aside from that, LG.