Thanks for using Compiler Explorer
Sponsors
Jakt
C++
Ada
Algol68
Analysis
Android Java
Android Kotlin
Assembly
C
C3
Carbon
C with Coccinelle
C++ with Coccinelle
C++ (Circle)
CIRCT
Clean
CMake
CMakeScript
COBOL
C++ for OpenCL
MLIR
Cppx
Cppx-Blue
Cppx-Gold
Cpp2-cppfront
Crystal
C#
CUDA C++
D
Dart
Elixir
Erlang
Fortran
F#
GLSL
Go
Haskell
HLSL
Hook
Hylo
IL
ispc
Java
Julia
Kotlin
LLVM IR
LLVM MIR
Modula-2
Mojo
Nim
Numba
Nix
Objective-C
Objective-C++
OCaml
Odin
OpenCL C
Pascal
Pony
PTX
Python
Racket
Raku
Ruby
Rust
Sail
Snowball
Scala
Slang
Solidity
Spice
SPIR-V
Swift
LLVM TableGen
Toit
TypeScript Native
V
Vala
Visual Basic
Vyper
WASM
Zig
Javascript
GIMPLE
Ygen
sway
llvm source #1
Output
Compile to binary object
Link to binary
Execute the code
Intel asm syntax
Demangle identifiers
Verbose demangling
Filters
Unused labels
Library functions
Directives
Comments
Horizontal whitespace
Debug intrinsics
Compiler
clang (assertions trunk)
clang (trunk)
clang 10.0.0
clang 10.0.1
clang 11.0.0
clang 11.0.1
clang 12.0.0
clang 12.0.1
clang 13.0.0
clang 14.0.0
clang 15.0.0
clang 16.0.0
clang 17.0.1
clang 18.1.0
clang 19.1.0
clang 20.1.0
clang 4.0.1
clang 5.0.0
clang 6.0.0
clang 7.0.0
clang 8.0.0
clang 9.0.0
hexagon-clang 16.0.5
llc (assertions trunk)
llc (trunk)
llc 10.0.0
llc 10.0.1
llc 11.0.0
llc 11.0.1
llc 12.0.0
llc 12.0.1
llc 13.0.0
llc 14.0.0
llc 15.0.0
llc 16.0.0
llc 17.0.1
llc 18.1.0
llc 19.1.0
llc 20.1.0
llc 3.2
llc 3.3
llc 3.9.1
llc 4.0.0
llc 4.0.1
llc 5.0.0
llc 6.0.0
llc 7.0.0
llc 8.0.0
llc 9.0.0
opt (assertions trunk)
opt (trunk)
opt 10.0.0
opt 10.0.1
opt 11.0.0
opt 11.0.1
opt 12.0.0
opt 12.0.1
opt 13.0.0
opt 14.0.0
opt 15.0.0
opt 16.0.0
opt 17.0.1
opt 18.1.0
opt 19.1.0
opt 20.1.0
opt 3.2
opt 3.3
opt 3.9.1
opt 4.0.0
opt 4.0.1
opt 5.0.0
opt 6.0.0
opt 7.0.0
opt 8.0.0
opt 9.0.0
Options
Source code
define float @f_oeq(float %a, float %b, float %d, float %e) { entry: %c = fcmp oeq float %a, %b %s = select i1 %c, float %d, float %e ret float %s } define float @f_ogt(float %a, float %b, float %d, float %e) { entry: %c = fcmp ogt float %a, %b %s = select i1 %c, float %d, float %e ret float %s } define float @f_oge(float %a, float %b, float %d, float %e) { entry: %c = fcmp oge float %a, %b %s = select i1 %c, float %d, float %e ret float %s } define float @f_olt(float %a, float %b, float %d, float %e) { entry: %c = fcmp olt float %a, %b %s = select i1 %c, float %d, float %e ret float %s } define float @f_ole(float %a, float %b, float %d, float %e) { entry: %c = fcmp ole float %a, %b %s = select i1 %c, float %d, float %e ret float %s } define float @f_one(float %a, float %b, float %d, float %e) { entry: %c = fcmp one float %a, %b %s = select i1 %c, float %d, float %e ret float %s } define float @f_ord(float %a, float %b, float %d, float %e) { entry: %c = fcmp ord float %a, %b %s = select i1 %c, float %d, float %e ret float %s } define float @f_ueq(float %a, float %b, float %d, float %e) { entry: %c = fcmp ueq float %a, %b %s = select i1 %c, float %d, float %e ret float %s } define float @f_ugt(float %a, float %b, float %d, float %e) { entry: %c = fcmp ugt float %a, %b %s = select i1 %c, float %d, float %e ret float %s } define float @f_uge(float %a, float %b, float %d, float %e) { entry: %c = fcmp uge float %a, %b %s = select i1 %c, float %d, float %e ret float %s } define float @f_ult(float %a, float %b, float %d, float %e) { entry: %c = fcmp ult float %a, %b %s = select i1 %c, float %d, float %e ret float %s } define float @f_ule(float %a, float %b, float %d, float %e) { entry: %c = fcmp ule float %a, %b %s = select i1 %c, float %d, float %e ret float %s } define float @f_une(float %a, float %b, float %d, float %e) { entry: %c = fcmp une float %a, %b %s = select i1 %c, float %d, float %e ret float %s } define float @f_uno(float %a, float %b, float %d, float %e) { entry: %c = fcmp uno float %a, %b %s = select i1 %c, float %d, float %e ret float %s } define float @f_true(float %a, float %b, float %d, float %e) { entry: %c = fcmp true float %a, %b %s = select i1 %c, float %d, float %e ret float %s } define float @f_false(float %a, float %b, float %d, float %e) { entry: %c = fcmp false float %a, %b %s = select i1 %c, float %d, float %e ret float %s }
Become a Patron
Sponsor on GitHub
Donate via PayPal
Source on GitHub
Mailing list
Installed libraries
Wiki
Report an issue
How it works
Contact the author
CE on Mastodon
CE on Bluesky
About the author
Statistics
Changelog
Version tree