[PATCH] D123693: Transform illegal intrinsics to V_ILLEGAL

Leon Clark via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 10 22:34:12 PDT 2022


Leonc added a comment.

Next steps:

- Get feedback from team.
- Add tests.
- Extend coverage to `INTRINSIC_WO_CHAIN` and `INTRINSIC_VOID`.

Issues:

- Not all intrinsics marked as custom are handled by the target lowering functions. This is the reason `INTRINSIC_WO_CHAIN` and `INTRINSIC_VOID` are not covered yet.
  - It might be possible to determine if an intrinsic //will// be expanded if it is allowed to fall through.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123693



More information about the llvm-commits mailing list