[all-commits] [llvm/llvm-project] 7a258c: [Bitcode] Move x86_intrcc upgrade to bitcode reader
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Mar 4 01:31:45 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7a258c6a3778b78935422a9ed0b6822fae123f32
https://github.com/llvm/llvm-project/commit/7a258c6a3778b78935422a9ed0b6822fae123f32
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-03-04 (Fri, 04 Mar 2022)
Changed paths:
M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
M llvm/lib/IR/AutoUpgrade.cpp
M llvm/test/Bitcode/x86_intr-upgrade.test
Log Message:
-----------
[Bitcode] Move x86_intrcc upgrade to bitcode reader
This upgrade requires access the legacy pointer element type, so
it needs to happen inside the bitcode reader.
More information about the All-commits
mailing list