dereferenceable in llvm

Hi,

What does dereferenceable mean in llvm? Specifically about parallelism? I see that shared variables are associated with dereferenceable.

Thank you.

Best,

Mohammad

From: "Mohammad Norouzi via llvm-dev" <llvm-dev@lists.llvm.org>
To: "llvm-dev" <llvm-dev@lists.llvm.org>
Sent: Thursday, March 10, 2016 10:51:43 AM
Subject: [llvm-dev] dereferenceable in llvm

Hi,

What does dereferenceable mean in llvm? Specifically about
parallelism? I see that shared variables are associated with
dereferenceable.

Are you taking about the dereferenceable IR attribute? That does not have anything to do with parallelism specifically.

-Hal