Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28915 Discussions

ifx: get LLVM-IR after ifx front-end

foxtran
New Contributor I
863 Views

Dear,

Is there any flag to get LLVM-IR after ifx front-end? For ifx 2024.0.0 it is ok.

Default LLVM flag is not supported:
```
$ ifx -O0 file.f -c -emit-llvm -S
ifx: warning #10148: option '-emit-llvm' not supported
```

Labels (1)
0 Kudos
1 Solution
Barbara_P_Intel
Employee
810 Views

We do not make the LLVM-IR available for ifx. There's a lot of Intel IP in that.

 

View solution in original post

0 Kudos
2 Replies
Barbara_P_Intel
Employee
811 Views

We do not make the LLVM-IR available for ifx. There's a lot of Intel IP in that.

 

0 Kudos
foxtran
New Contributor I
799 Views

I see. Thank you!

I just wanted to look what is happened with LLVM in CMPLRLLVM-53405

0 Kudos
Reply