<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
For AA-based memory-dependency analysis, this makes sense to me. read/read aliasing doesn't affect anything.</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
My only questions is: is there any concern that this might confuse instrumentation passes, or similar, which might do something even for read/read cases? Does anyone know of any other use cases that might be affected by this?</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
 -Hal</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div id="Signature">
<div class="BodyFragment"><font size="2"><span style="font-size:10pt;">
<div class="PlainText">Hal Finkel<br>
Lead, Compiler Technology and Programming Languages<br>
Leadership Computing Facility<br>
Argonne National Laboratory</div>
</span></font></div>
<div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0);">
<br>
<hr tabindex="-1" style="display:inline-block; width:98%;">
<b>From:</b> Johannes Doerfert<br>
<b>Sent:</b> Thursday, February 20, 2020 5:46 PM<br>
<b>To:</b> LLVM-Dev<br>
<b>Cc:</b> Finkel, Hal J.<br>
<b>Subject:</b> [RFC][LangRef][AliasAnalysis] Clarify `noalias` affects only modified objects
<div><br>
</div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">I would like to clarify that `noalias` on arguments matches `restrict`<br>
in C99. In particular, objects need to be modified for the `noalias` to<br>
be "effective". We basically apply this reasoning already in various<br>
parts but I want to make it explicit now.<br>
<br>
The wording change and the reasons are explained in<br>
  <a href="https://reviews.llvm.org/D74935" target="_blank" rel="noopener noreferrer" data-auth="NotApplicable">
https://reviews.llvm.org/D74935</a><br>
<br>
Please let me know if there are concerns.<br>
<br>
Thanks,<br>
  Johannes<br>
</div>
</span></font></div>
</div>
</div>
</body>
</html>