[all-commits] [llvm/llvm-project] 7cca13: [PartialInline] Bail out on asm-goto/callbr
WenleiHe via All-commits
all-commits at lists.llvm.org
Wed Jan 19 10:58:17 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7cca13bc3a02163c0b822298fefa6ccb1fe1d06e
https://github.com/llvm/llvm-project/commit/7cca13bc3a02163c0b822298fefa6ccb1fe1d06e
Author: Wenlei He <aktoon at gmail.com>
Date: 2022-01-19 (Wed, 19 Jan 2022)
Changed paths:
M llvm/lib/Transforms/IPO/PartialInlining.cpp
M llvm/test/Transforms/CodeExtractor/PartialInlinePGOMultiRegion.ll
Log Message:
-----------
[PartialInline] Bail out on asm-goto/callbr
Fixing ICE when partial inline tries to deal with blockaddress uses of function which is typical for asm-goto/callbr. We ran into this with PGO multi-region partial inline.
Differential Revision: https://reviews.llvm.org/D117509
More information about the All-commits
mailing list