[all-commits] [llvm/llvm-project] d452d5: [Bitcode] Fix constexpr autoupgrade for arrays and...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Sep 7 03:47:43 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d452d5e2de70a180e5af26dbda40cfb8b2506590
https://github.com/llvm/llvm-project/commit/d452d5e2de70a180e5af26dbda40cfb8b2506590
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-09-07 (Wed, 07 Sep 2022)
Changed paths:
M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
M llvm/test/Bitcode/constexpr-to-instr.ll
M llvm/test/Bitcode/constexpr-to-instr.ll.bc
Log Message:
-----------
[Bitcode] Fix constexpr autoupgrade for arrays and structs
While vectors use insertelement, structs and arrays should use
insertvalue.
More information about the All-commits
mailing list