llvm-project
4af8c538
- [BitcodeReader] Use `poison` instead of `undef` to represent unsupported constexprs in metadata (#127665)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
[BitcodeReader] Use `poison` instead of `undef` to represent unsupported constexprs in metadata (#127665) Metadata that references unsupported constant expressions can be represented with `poison` metadata instead of `undef` metadata.
References
#127665 - [BitcodeReader] Use `poison` instead of `undef` to represent unsupported constexprs in metadata
Author
pedroclobo
Parents
029c8e78
Loading