llvm
e1663a0f
- Use poison rather than undef.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
190 days ago
Use poison rather than undef. We were generating undef in many places because in older versions of LLVM, poison did not yet exist. As we no longer support those older versions of LLVM, and current LLVM is deprecating undef, switch over to poison.
References
#19886 - [NATIVE_CPU][SYCL] Switch to using native_cpu compiler pipeline inline instead of OCK fetchContent
Author
hvdijk
Committer
Colin Davidson
Parents
1213b0cb
Loading