<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>codehex</author_name>
  <author_url>https://blog.hatena.ne.jp/codehex/</author_url>
  <blog_title>アルパカ三銃士</blog_title>
  <blog_url>https://codehex.hateblo.jp/</blog_url>
  <categories>
    <anon>llvm</anon>
  </categories>
  <description>LLVM IR を読んでみた。 以下のような記事を見つけたため、今後のためにメモを残すことにした。 takoeight0821.hatenablog.jp 今回読むのは次のフィボナッチのコードである。 int fib(int n) { int i, t, a = 0, b = 1; for (i = 0; i &lt; n; i++) { t = a + b; a = b; b = t; } return b; }</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fcodehex.hateblo.jp%2Fentry%2F2018%2F01%2F18%2F083000&quot; title=&quot;フィボナッチ数列の LLVM IR を読む - アルパカ三銃士&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-01-18 08:30:00</published>
  <title>フィボナッチ数列の LLVM IR を読む</title>
  <type>rich</type>
  <url>https://codehex.hateblo.jp/entry/2018/01/18/083000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
