[all-commits] [llvm/llvm-project] d7474b: [llvm][TailDuplicator] don't taildup isInlineAsmBr...
Nick Desaulniers via All-commits
all-commits at lists.llvm.org
Wed Aug 31 13:07:36 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d7474bef779ab9848d48e2a0625778b78eac6fee
https://github.com/llvm/llvm-project/commit/d7474bef779ab9848d48e2a0625778b78eac6fee
Author: Nick Desaulniers <ndesaulniers at google.com>
Date: 2022-08-31 (Wed, 31 Aug 2022)
Changed paths:
M llvm/lib/CodeGen/TailDuplicator.cpp
M llvm/test/CodeGen/AArch64/callbr-asm-obj-file.ll
M llvm/test/CodeGen/X86/callbr-asm-outputs.ll
M llvm/test/CodeGen/X86/tail-dup-asm-goto.ll
Log Message:
-----------
[llvm][TailDuplicator] don't taildup isInlineAsmBrIndirectTargets
This fixes a crash observed after
https://reviews.llvm.org/D129997.
Similar to D88823.
Reviewed By: efriedma
Differential Revision: https://reviews.llvm.org/D130127
More information about the All-commits
mailing list