[PATCH] D61810: [BPF] add a new intrinsic preserve_di_access_index

Yonghong Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 10 15:58:55 PDT 2019


yonghong-song added a comment.

@lebedev.ri Thanks for looking at this patch. The following two other patches are correlated so I just added them here.

  https://reviews.llvm.org/D61809
  https://reviews.llvm.org/D61524

Could you be more specific where to add langref for this intrinsic?

Currently, I am guarding the usage of intrinsics in clang under bpf, so other targets won't be able to use this.
If there is a demand we can implement a callback function in TargetInfo so different targets can decide whether
they want to use this intrinsics.

We can implement the default expansion, do you know where is the proper place to do that?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D61810





More information about the llvm-commits mailing list