[all-commits] [llvm/llvm-project] eddd5b: [BitCode] Autoupgrade inline asm elementtype attri...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Jan 6 06:13:16 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eddd5be1df060e3b6f6a10bf8e84f262fc59a446
https://github.com/llvm/llvm-project/commit/eddd5be1df060e3b6f6a10bf8e84f262fc59a446
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-01-06 (Thu, 06 Jan 2022)
Changed paths:
M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
A llvm/test/Bitcode/upgrade-inline-asm-elementtype.ll
A llvm/test/Bitcode/upgrade-inline-asm-elementtype.ll.bc
Log Message:
-----------
[BitCode] Autoupgrade inline asm elementtype attribute
This is the autoupgrade part of D116531. If old bitcode is missing
the elementtype attribute for indirect inline asm constraints,
automatically add it. As usual, this only works when upgrading
in typed mode, we haven't figured out upgrade in opaque mode yet.
More information about the All-commits
mailing list