[PATCH] D31359: [GlobalISel]: Allow backends to custom legalize Intrinsics

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 27 10:13:31 PST 2019


arsenm added a comment.
Herald added subscribers: Petar.Avramovic, volkan.
Herald added a project: LLVM.

I have a few possible uses for this. llvm.amdgcn.icmp/llvm.amdgcn.fcmp are supposed to mirror the standard operations, and need legalization (at least for i16 values on older subtargets). I'm also considering whether some intrinsics should be directly selected prior to regbankselect.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D31359





More information about the llvm-commits mailing list