<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ifx: pass LLVM options through front-end in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ifx-pass-LLVM-options-through-front-end/m-p/1623226#M173277</link>
    <description>&lt;P&gt;Note that&amp;nbsp;&lt;SPAN&gt;&lt;SPAN class=""&gt;&lt;FONT face="courier new,courier"&gt;ifx -c -mllvm -time-passes hello.f90&lt;/FONT&gt; should work with a recent ifx compiler and should be equivalent to&amp;nbsp;&lt;FONT face="courier new,courier"&gt;-ftime-report=per-pass-run&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Aug 2024 18:07:04 GMT</pubDate>
    <dc:creator>Eugene_E_Intel</dc:creator>
    <dc:date>2024-08-14T18:07:04Z</dc:date>
    <item>
      <title>ifx: pass LLVM options through front-end</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ifx-pass-LLVM-options-through-front-end/m-p/1541034#M169015</link>
      <description>&lt;P&gt;Dear,&lt;BR /&gt;&lt;BR /&gt;I have tried to look which optimisation pass of LLVM takes long time with option&amp;nbsp;-ftime-report=per-pass-run. However, ifx said that it does not know such option:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;ifx: command line warning #10006: ignoring unknown option '-ftime-report=per-pass-run'&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;How can I pass options to LLVM via ifx front-end? I'm using&amp;nbsp;ifx (IFX) 2023.2.0 20230721&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Igor&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 17:53:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ifx-pass-LLVM-options-through-front-end/m-p/1541034#M169015</guid>
      <dc:creator>foxtran</dc:creator>
      <dc:date>2023-11-06T17:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: ifx: pass LLVM options through front-end</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ifx-pass-LLVM-options-through-front-end/m-p/1541084#M169021</link>
      <description>&lt;P&gt;Not all LLVM compiler options are recognized by ifx. There is an undocumented compiler option -i_tapi that creates &amp;lt;source&amp;gt;.tapi with compiler profile information. It works for both ifx and ifort.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 19:23:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ifx-pass-LLVM-options-through-front-end/m-p/1541084#M169021</guid>
      <dc:creator>Barbara_P_Intel</dc:creator>
      <dc:date>2023-11-06T19:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: ifx: pass LLVM options through front-end</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ifx-pass-LLVM-options-through-front-end/m-p/1541093#M169022</link>
      <description>&lt;P&gt;Thanks, Barbara!&lt;BR /&gt;&lt;BR /&gt;It helps!&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 19:40:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ifx-pass-LLVM-options-through-front-end/m-p/1541093#M169022</guid>
      <dc:creator>foxtran</dc:creator>
      <dc:date>2023-11-06T19:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: ifx: pass LLVM options through front-end</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ifx-pass-LLVM-options-through-front-end/m-p/1541096#M169024</link>
      <description>&lt;P&gt;There is this ifx compiler option: -mllvm &amp;lt;LLVM option&amp;gt;. It passes the option to LLVM. BTW,&amp;nbsp;ftime-report=per-pass-run doesn't work with -mllvm; it's a Clang option.&lt;/P&gt;
&lt;P&gt;I was just warned that -i_tapi may get renamed at some point.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 19:45:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ifx-pass-LLVM-options-through-front-end/m-p/1541096#M169024</guid>
      <dc:creator>Barbara_P_Intel</dc:creator>
      <dc:date>2023-11-06T19:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: ifx: pass LLVM options through front-end</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ifx-pass-LLVM-options-through-front-end/m-p/1541097#M169025</link>
      <description>&lt;P&gt;&amp;nbsp;Ok! Thank you!&lt;BR /&gt;&lt;BR /&gt;I will remember it.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 19:50:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ifx-pass-LLVM-options-through-front-end/m-p/1541097#M169025</guid>
      <dc:creator>foxtran</dc:creator>
      <dc:date>2023-11-06T19:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: ifx: pass LLVM options through front-end</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ifx-pass-LLVM-options-through-front-end/m-p/1623226#M173277</link>
      <description>&lt;P&gt;Note that&amp;nbsp;&lt;SPAN&gt;&lt;SPAN class=""&gt;&lt;FONT face="courier new,courier"&gt;ifx -c -mllvm -time-passes hello.f90&lt;/FONT&gt; should work with a recent ifx compiler and should be equivalent to&amp;nbsp;&lt;FONT face="courier new,courier"&gt;-ftime-report=per-pass-run&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 18:07:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ifx-pass-LLVM-options-through-front-end/m-p/1623226#M173277</guid>
      <dc:creator>Eugene_E_Intel</dc:creator>
      <dc:date>2024-08-14T18:07:04Z</dc:date>
    </item>
  </channel>
</rss>

