<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">On 12/13/18 9:40 PM, Matt Arsenault wrote:<br>
</div>
<blockquote type="cite" cite="mid:5DFCB281-7777-43BB-B0A7-316D9CDD9830@gmail.com">
<br class="">
<div><br class="">
<blockquote type="cite" class="">
<div class="">On Dec 14, 2018, at 2:21 PM, Finkel, Hal J. via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org" class="" moz-do-not-send="true">llvm-dev@lists.llvm.org</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div class="moz-cite-prefix" style="caret-color: rgb(0, 0,
              0); font-family: Helvetica; font-size: 12px; font-style:
              normal; font-variant-caps: normal; font-weight: normal;
              letter-spacing: normal; text-align: start; text-indent:
              0px; text-transform: none; white-space: normal;
              word-spacing: 0px; -webkit-text-stroke-width: 0px;
              background-color: rgb(255, 255, 255); text-decoration:
              none;">
<br class="Apple-interchange-newline">
On 12/11/18 6:51 PM, Doerfert, Johannes Rudolf via llvm-dev wrote:<br class="">
</div>
<blockquote type="cite" cite="mid:20181212005142.GD1168@arch-linux-jd" style="font-family: Helvetica; font-size: 12px;
              font-style: normal; font-variant-caps: normal;
              font-weight: normal; letter-spacing: normal; orphans:
              auto; text-align: start; text-indent: 0px; text-transform:
              none; white-space: normal; widows: auto; word-spacing:
              0px; -webkit-text-size-adjust: auto;
              -webkit-text-stroke-width: 0px; background-color: rgb(255,
              255, 255); text-decoration: none;" class="">
<pre class="moz-quote-pre" wrap="">Hi,

in a recent review [0], Florian Hahn helped me to realize something that
was rather surprising to me:

  The widely popular and very useful function
  llvm::Value::stripPointerCasts() can return a value with a different
  bit pattern than the input.

Now, I think this should not be the case but I want the hear other
opinions. Before I go on, please not that there is at least one location
in the code base [1] that makes a wrong assumption about the bit pattern
preservation.</pre>
</blockquote>
<p style="caret-color: rgb(0, 0, 0); font-family: Helvetica;
              font-size: 12px; font-style: normal; font-variant-caps:
              normal; font-weight: normal; letter-spacing: normal;
              text-align: start; text-indent: 0px; text-transform: none;
              white-space: normal; word-spacing: 0px;
              -webkit-text-stroke-width: 0px; background-color: rgb(255,
              255, 255); text-decoration: none;" class="">
If there's really only one place that gets this wrong (or only a few), I'm inclined to suggest option (1) below and fix this one place.<br class="">
</p>
<p style="caret-color: rgb(0, 0, 0); font-family: Helvetica;
              font-size: 12px; font-style: normal; font-variant-caps:
              normal; font-weight: normal; letter-spacing: normal;
              text-align: start; text-indent: 0px; text-transform: none;
              white-space: normal; word-spacing: 0px;
              -webkit-text-stroke-width: 0px; background-color: rgb(255,
              255, 255); text-decoration: none;" class="">
Matt, any thoughts on this?<br class="">
</p>
<p style="caret-color: rgb(0, 0, 0); font-family: Helvetica;
              font-size: 12px; font-style: normal; font-variant-caps:
              normal; font-weight: normal; letter-spacing: normal;
              text-align: start; text-indent: 0px; text-transform: none;
              white-space: normal; word-spacing: 0px;
              -webkit-text-stroke-width: 0px; background-color: rgb(255,
              255, 255); text-decoration: none;" class="">
 -Hal</p>
<div class=""><br class="">
</div>
</div>
</blockquote>
<div><br class="">
</div>
<div>Yes, I’ve wanted a version which strips addrspacecast and which doesn’t before, so +1</div>
</div>
</blockquote>
<p>Do you have an opinion on which should be the default?</p>
<p> -Hal<br>
</p>
<p><br>
</p>
<blockquote type="cite" cite="mid:5DFCB281-7777-43BB-B0A7-316D9CDD9830@gmail.com">
<div><br class="">
</div>
<div>-Matt</div>
</blockquote>
<pre class="moz-signature" cols="72">-- 
Hal Finkel
Lead, Compiler Technology and Programming Languages
Leadership Computing Facility
Argonne National Laboratory</pre>
</body>
</html>