llvm-project
511757d1 - [SPIR-V] Fix crash when a function pointer global is a use of a cloned function (#216638)

Commit
1 day ago
[SPIR-V] Fix crash when a function pointer global is a use of a cloned function (#216638) GlobalValue operands must be updated via replaceUsesOfWith, not Constant::handleOperandChange, which doesn't support them Fixes LCOMPILER-2616
Author
Parents
Loading