llvm-project
27c207ef - [NFC][SPIRV] GetElementPtrInst does not need a call to isInstructionTriviallyDead after replaceUsesofWith (#162045)

Commit
2 days ago
[NFC][SPIRV] GetElementPtrInst does not need a call to isInstructionTriviallyDead after replaceUsesofWith (#162045) A getelementptr is always removable after replacing all its uses, since it doesn't have side effects and always returns.
Author
Parents
Loading