Displaying 2 results from an estimated 2 matches for "15dc0ee5".
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
...it seems that my
> guesses are wrong... But at least, can someone show me the mistake here?
>
> Thanks for your time,
>
> Son Tuan Vu
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190724/15dc0ee5/attachment.html>