Displaying 4 results from an estimated 4 matches for "devmemory".
2019 Jul 24
2
Intrinsics InstrReadMem memory properties
Hello,
According to include/llvm/IR/Intrinsics.td, InstrReadMem property indicates
that the intrinsic only reads from and does not write to memory.
Does this mean that it can read anywhere in the memory? Because we already
have 'InstrArgMemOnly' for intrinsics which only access memory that its
argument(s) point(s) to.
If 'InstrReadMem' really means read from anywhere in the
2019 Jul 24
2
Intrinsics InstrReadMem memory properties
...}
>
> I hope this helps,
> Johannes
>
>
> ________________________________________
> From: llvm-dev <llvm-dev-bounces at lists.llvm.org> on behalf of Son Tuan VU
> via llvm-dev <llvm-dev at lists.llvm.org>
> Sent: Wednesday, July 24, 2019 08:20
> To: llvm-devmemory
> Subject: [llvm-dev] Intrinsics InstrReadMem memory properties
>
> Hello,
>
> According to include/llvm/IR/Intrinsics.td, InstrReadMem property
> indicates that the intrinsic only reads from and does not write to memory.
>
> Does this mean that it can read anywhere in the m...
2019 Jul 24
2
Intrinsics InstrReadMem memory properties
...;
> > > ________________________________________
> > > From: llvm-dev <llvm-dev-bounces at lists.llvm.org> on behalf of Son
> Tuan VU
> > > via llvm-dev <llvm-dev at lists.llvm.org>
> > > Sent: Wednesday, July 24, 2019 08:20
> > > To: llvm-devmemory
> > > Subject: [llvm-dev] Intrinsics InstrReadMem memory properties
> > >
> > > Hello,
> > >
> > > According to include/llvm/IR/Intrinsics.td, InstrReadMem property
> > > indicates that the intrinsic only reads from and does not write to
> me...
2019 Jul 25
2
Intrinsics InstrReadMem memory properties
..._____________________________________
>> > > From: llvm-dev <llvm-dev-bounces at lists.llvm.org> on behalf of Son
>> Tuan VU
>> > > via llvm-dev <llvm-dev at lists.llvm.org>
>> > > Sent: Wednesday, July 24, 2019 08:20
>> > > To: llvm-devmemory
>> > > Subject: [llvm-dev] Intrinsics InstrReadMem memory properties
>> > >
>> > > Hello,
>> > >
>> > > According to include/llvm/IR/Intrinsics.td, InstrReadMem property
>> > > indicates that the intrinsic only reads from and d...