[PATCH] D57825: IR: Add immarg attribute
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 15 10:43:56 PST 2019
pcc added inline comments.
================
Comment at: include/llvm/IR/Intrinsics.td:1079
def int_hwasan_check_memaccess :
Intrinsic<[], [llvm_ptr_ty, llvm_ptr_ty, llvm_i32_ty], [IntrInaccessibleMemOnly]>;
----------------
The third argument of this intrinsic needs to be an immediate.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57825/new/
https://reviews.llvm.org/D57825
More information about the llvm-commits
mailing list