[PATCH] D122634: [RISCV] Do not outline CFI instructions when they are needed in EH

Luís Marques via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 9 09:52:16 PDT 2022


luismarques added a comment.

We this change we now don't have any tests that show a difference compared with just `if (MI.isPosition()) return outliner::InstrType::Illegal;`
Please add a test that showcases that new, more fined grained, outlining criteria for position instructions.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122634/new/

https://reviews.llvm.org/D122634



More information about the llvm-commits mailing list