[all-commits] [llvm/llvm-project] eb0cfd: [ThinLTO] Fix parsing null aliasee in alias summary
Mingjie Xu via All-commits
all-commits at lists.llvm.org
Wed Nov 26 05:53:27 PST 2025
Branch: refs/heads/users/Enna1/fix-thinlto-parse-null-aliasee
Home: https://github.com/llvm/llvm-project
Commit: eb0cfdace254a19116d6c96989e332f460e5ef8f
https://github.com/llvm/llvm-project/commit/eb0cfdace254a19116d6c96989e332f460e5ef8f
Author: xumingjie.enna1 <xumingjie.enna1 at bytedance.com>
Date: 2025-11-26 (Wed, 26 Nov 2025)
Changed paths:
M llvm/lib/AsmParser/LLParser.cpp
M llvm/test/Assembler/thinlto-summary.ll
Log Message:
-----------
[ThinLTO] Fix parsing null aliasee in alias summary
In https://github.com/llvm/llvm-project/commit/f8182f1aef5b6ec74cbe2c1618e759f0113921ba, we add support for printing "null" aliasee in AsmWriter, but missing support in LLParser.
Commit: fd8d1696227c994d25d250faca6342d0a7ba2ebd
https://github.com/llvm/llvm-project/commit/fd8d1696227c994d25d250faca6342d0a7ba2ebd
Author: xumingjie.enna1 <xumingjie.enna1 at bytedance.com>
Date: 2025-11-26 (Wed, 26 Nov 2025)
Changed paths:
M llvm/lib/AsmParser/LLParser.cpp
M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
M llvm/test/Assembler/thinlto-summary.ll
Log Message:
-----------
Make sure round trips through bitcode and back as expected
Compare: https://github.com/llvm/llvm-project/compare/fcb8d1b933ca...fd8d1696227c
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list