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

Igor Breger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 25 23:40:29 PDT 2017


igorb added a comment.

Hello,
I think this case relevant not only for intrinsic instruction. 
Any instruction can be successfully lowered/legalized but the additional instructions that were created can't be legalized and finally when we try to reportGISelFailure, we might be dealing with a erased instruction.


Repository:
  rL LLVM

https://reviews.llvm.org/D31359





More information about the llvm-commits mailing list