[PATCH] D21121: IR: Introduce llvm.type.checked.load intrinsic.

Evgeniy Stepanov via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 9 14:06:22 PDT 2016


eugenis added a comment.

Could you elaborate on why this is necessary? It looks like the code generated in scanTypeCheckedLoadUsers could be just as well generated by the frontend. I must be missing something.

This pass runs before LowerBitSets, right?


http://reviews.llvm.org/D21121





More information about the llvm-commits mailing list