[all-commits] [llvm/llvm-project] a0d2b0: [Bitcode] Clarify that extractvalue/insertvalue co...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Mar 11 07:50:41 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a0d2b0aa65665ba67a160d90e7ddb27c3c550acd
https://github.com/llvm/llvm-project/commit/a0d2b0aa65665ba67a160d90e7ddb27c3c550acd
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-03-11 (Fri, 11 Mar 2022)
Changed paths:
M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
Log Message:
-----------
[Bitcode] Clarify that extractvalue/insertvalue constexprs are not supported
Bitcode currently cannot encode these. Throw a more obvious error
in this case, rather than failing an operand count assertion.
More information about the All-commits
mailing list