llvm-project
2e58d923 - [NVPTX] Check Before inserting AddrSpaceCastInst in NVPTXLoweringAlloca (#106127)

Commit
1 year ago
[NVPTX] Check Before inserting AddrSpaceCastInst in NVPTXLoweringAlloca (#106127) If `allocaInst` is already in `ADDRESS_SPACE_LOCAL`, there is no need to do an explicit cast which will actually fail assertion with `AddrSpaceCastInst`. Only insert the cast when needed.
Author
Parents
Loading