[PATCH] D107356: [Lowering] Support lowering of llvm.experimental.ptr.provenance.

Jeroen Dobbelaere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 14 04:55:26 PDT 2022


jeroen.dobbelaere added a comment.

In D107356#3495880 <https://reviews.llvm.org/D107356#3495880>, @jeroen.dobbelaere wrote:

> NOTE: this should not be done here. The ptr_provenance Value in D107354 <https://reviews.llvm.org/D107354> must still be able to see these intrinsics.

Question: is 'IntrinsicLowering' used for codegen ? I only find it to be used for the interpreter. There it makes sense to handle the intrinsics.


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

https://reviews.llvm.org/D107356



More information about the llvm-commits mailing list