llvm-project
511757d1
- [SPIR-V] Fix crash when a function pointer global is a use of a cloned function (#216638)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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
References
#216638 - [SPIR-V] Fix crash when a function pointer global is a use of a cloned function
Author
aobolensk
Parents
b900a75f
Loading