[llvm-commits] [llvm] r83953 - in /llvm/trunk: docs/LangRef.html include/llvm/Intrinsics.td test/Feature/memorymarkers.ll

Duncan Sands baldrick at free.fr
Tue Oct 13 00:54:08 PDT 2009


Hi Nick, probably it doesn't matter but the first argument here is also
not captured (the "descriptor").

> +def int_invariant_end   : Intrinsic<[llvm_void_ty],
> +                                    [llvm_descriptor_ty, llvm_i64_ty,
> +                                     llvm_ptr_ty],
> +                                    [IntrWriteArgMem, NoCapture<2>]>;

Ciao,

Duncan.



More information about the llvm-commits mailing list