[all-commits] [llvm/llvm-project] 02c154: [AArch64][MachineOutliner] Don't outline CFI instr...

Jessica Paquette via All-commits all-commits at lists.llvm.org
Mon Mar 2 10:57:23 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 02c154a9cb7f81d6bffe2326104e8d19980f2dd5
      https://github.com/llvm/llvm-project/commit/02c154a9cb7f81d6bffe2326104e8d19980f2dd5
  Author: Jessica Paquette <jpaquette at apple.com>
  Date:   2020-03-02 (Mon, 02 Mar 2020)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
    A llvm/test/CodeGen/AArch64/machine-outliner-cfi.mir

  Log Message:
  -----------
  [AArch64][MachineOutliner] Don't outline CFI instructions

CFI instructions can only safely be outlined when the outlined call is a tail
call, or when the outlined frame is fixed up.

For the sake of correctness, disable outlining from CFI instructions.

Add machine-outliner-cfi.mir to test this.




More information about the All-commits mailing list