llvm-project
13530d44 - [AMDGPUCtorDtorLowering] Remove unnecessary pointer arithmetic (#182869)

Commit
64 days ago
[AMDGPUCtorDtorLowering] Remove unnecessary pointer arithmetic (#182869) This code was computing `begin + ((end - begin) exact/ 8) * 8`, which is a very complicated way to spell end. This is the AMDGPU edition of https://github.com/llvm/llvm-project/pull/182269.
Author
Parents
Loading