[all-commits] [llvm/llvm-project] 0d4068: [RISCV] Do not outline CFI instructions when they ...
Wang Pengcheng via All-commits
all-commits at lists.llvm.org
Thu Apr 21 01:15:05 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0d40688925a384088c149d1830dc0761a90364f7
https://github.com/llvm/llvm-project/commit/0d40688925a384088c149d1830dc0761a90364f7
Author: wangpc <pc.wang at linux.alibaba.com>
Date: 2022-04-21 (Thu, 21 Apr 2022)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
M llvm/test/CodeGen/RISCV/machine-outliner-throw.ll
Log Message:
-----------
[RISCV] Do not outline CFI instructions when they are needed in EH
We saw a failure caused by unwinding with incomplete CFIs, so we
can't outline CFI instructions when they are needed in EH.
Reviewed By: luismarques
Differential Revision: https://reviews.llvm.org/D122634
More information about the All-commits
mailing list