[PATCH] D122635: [RISCV] Filter out instructions which contain unsafe things when outlining

Luís Marques via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 7 15:51:50 PDT 2022


luismarques accepted this revision.
luismarques added a comment.
This revision is now accepted and ready to land.

At first glance this seemed to make sense. The other targets also exclude these operand types, so I guess it really does :)

PS: It's not clear to me what explains some of the remaining differences vs other targets. It would be good to, one of these days, look into harmonizing the accidental differences and documenting the justifiable ones.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122635



More information about the llvm-commits mailing list