- Use shorter versions of the LLVM API
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/AMDGPU/AMDGPULowerModuleLDSPass.cpp | ||
---|---|---|
303 | Don't need , "" |
Comment Actions
These use annotations are a property of how PromoteAlloca is currently implemented, not essential to the lowering process. I'm hoping to get rid of them at some point in the future. Cleaner implementation until then is good.
Don't need , ""