[SPIRV] fix build with clang and use PoisonValue instead of UndefValue
The patch fixes the SPIRV backend build using clang. It also replaces UndefValue with PoisonValue in SPIRVRegularizer.cpp. Fixes: #57773 Differential Revision: https://reviews.llvm.org/D134071
Loading
Please sign in to comment