summaryrefslogtreecommitdiff
path: root/llvm/test/Bitcode/bitcode-parseconstant-delay-select.ll
AgeCommit message (Collapse)Author
2022-07-04[Bitcode] Use bitcode input for test (NFC)Nikita Popov
The constant expression used in the test will become invalid in the future. Convert the input into bitcode, so we test that auto- upgrade happens gracefully once this is the case.
2021-09-11[BitcodeReader] Delay select until all constants resolvedguopeilin
Like the shuffle, we should treat the select delayed so that all constants can be resolved. Reviewed By: efriedma Differential Revision: https://reviews.llvm.org/D109053