Thanks for using Compiler Explorer
Sponsors
Jakt
C++
Ada
Analysis
Android Java
Android Kotlin
Assembly
C
C3
Carbon
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
Nim
Objective-C
Objective-C++
OCaml
OpenCL C
Pascal
Pony
Python
Racket
Ruby
Rust
Snowball
Scala
Solidity
Spice
SPIR-V
Swift
LLVM TableGen
Toit
TypeScript Native
V
Vala
Visual Basic
WASM
Zig
Javascript
GIMPLE
Ygen
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 4.0.1
clang 5.0.0
clang 6.0.0
clang 7.0.0
clang 8.0.0
clang 9.0.0
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 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 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 <2 x i1> @fcmp_false(<2 x double> %0, <2 x double> %1) { %res = fcmp false <2 x double> %0, %1 ret <2 x i1> %res } define <2 x i1> @fcmp_false_rhs_splat(<2 x double> %0, double %1) { %atfirst = insertelement <2 x double> undef, double %1, i32 0 %splat = shufflevector <2 x double> %atfirst, <2 x double> undef, <2 x i32> zeroinitializer %res = fcmp false <2 x double> %0, %splat ret <2 x i1> %res } define <2 x i1> @fcmp_false_lhs_splat(<2 x double> %0, double %1) { %atfirst = insertelement <2 x double> undef, double %1, i32 0 %splat = shufflevector <2 x double> %atfirst, <2 x double> undef, <2 x i32> zeroinitializer %res = fcmp false <2 x double> %splat, %0 ret <2 x i1> %res } define <2 x i1> @fcmp_oeq(<2 x double> %0, <2 x double> %1) { %res = fcmp oeq <2 x double> %0, %1 ret <2 x i1> %res } define <2 x i1> @fcmp_oeq_rhs_splat(<2 x double> %0, double %1) { %atfirst = insertelement <2 x double> undef, double %1, i32 0 %splat = shufflevector <2 x double> %atfirst, <2 x double> undef, <2 x i32> zeroinitializer %res = fcmp oeq <2 x double> %0, %splat ret <2 x i1> %res } define <2 x i1> @fcmp_oeq_lhs_splat(<2 x double> %0, double %1) { %atfirst = insertelement <2 x double> undef, double %1, i32 0 %splat = shufflevector <2 x double> %atfirst, <2 x double> undef, <2 x i32> zeroinitializer %res = fcmp oeq <2 x double> %splat, %0 ret <2 x i1> %res } define <2 x i1> @fcmp_ogt(<2 x double> %0, <2 x double> %1) { %res = fcmp ogt <2 x double> %0, %1 ret <2 x i1> %res } define <2 x i1> @fcmp_ogt_rhs_splat(<2 x double> %0, double %1) { %atfirst = insertelement <2 x double> undef, double %1, i32 0 %splat = shufflevector <2 x double> %atfirst, <2 x double> undef, <2 x i32> zeroinitializer %res = fcmp ogt <2 x double> %0, %splat ret <2 x i1> %res } define <2 x i1> @fcmp_ogt_lhs_splat(<2 x double> %0, double %1) { %atfirst = insertelement <2 x double> undef, double %1, i32 0 %splat = shufflevector <2 x double> %atfirst, <2 x double> undef, <2 x i32> zeroinitializer %res = fcmp ogt <2 x double> %splat, %0 ret <2 x i1> %res } define <2 x i1> @fcmp_oge(<2 x double> %0, <2 x double> %1) { %res = fcmp oge <2 x double> %0, %1 ret <2 x i1> %res } define <2 x i1> @fcmp_oge_rhs_splat(<2 x double> %0, double %1) { %atfirst = insertelement <2 x double> undef, double %1, i32 0 %splat = shufflevector <2 x double> %atfirst, <2 x double> undef, <2 x i32> zeroinitializer %res = fcmp oge <2 x double> %0, %splat ret <2 x i1> %res } define <2 x i1> @fcmp_oge_lhs_splat(<2 x double> %0, double %1) { %atfirst = insertelement <2 x double> undef, double %1, i32 0 %splat = shufflevector <2 x double> %atfirst, <2 x double> undef, <2 x i32> zeroinitializer %res = fcmp oge <2 x double> %splat, %0 ret <2 x i1> %res } define <2 x i1> @fcmp_olt(<2 x double> %0, <2 x double> %1) { %res = fcmp olt <2 x double> %0, %1 ret <2 x i1> %res } define <2 x i1> @fcmp_olt_rhs_splat(<2 x double> %0, double %1) { %atfirst = insertelement <2 x double> undef, double %1, i32 0 %splat = shufflevector <2 x double> %atfirst, <2 x double> undef, <2 x i32> zeroinitializer %res = fcmp olt <2 x double> %0, %splat ret <2 x i1> %res } define <2 x i1> @fcmp_olt_lhs_splat(<2 x double> %0, double %1) { %atfirst = insertelement <2 x double> undef, double %1, i32 0 %splat = shufflevector <2 x double> %atfirst, <2 x double> undef, <2 x i32> zeroinitializer %res = fcmp olt <2 x double> %splat, %0 ret <2 x i1> %res } define <2 x i1> @fcmp_ole(<2 x double> %0, <2 x double> %1) { %res = fcmp ole <2 x double> %0, %1 ret <2 x i1> %res } define <2 x i1> @fcmp_ole_rhs_splat(<2 x double> %0, double %1) { %atfirst = insertelement <2 x double> undef, double %1, i32 0 %splat = shufflevector <2 x double> %atfirst, <2 x double> undef, <2 x i32> zeroinitializer %res = fcmp ole <2 x double> %0, %splat ret <2 x i1> %res } define <2 x i1> @fcmp_ole_lhs_splat(<2 x double> %0, double %1) { %atfirst = insertelement <2 x double> undef, double %1, i32 0 %splat = shufflevector <2 x double> %atfirst, <2 x double> undef, <2 x i32> zeroinitializer %res = fcmp ole <2 x double> %splat, %0 ret <2 x i1> %res } define <2 x i1> @fcmp_one(<2 x double> %0, <2 x double> %1) { %res = fcmp one <2 x double> %0, %1 ret <2 x i1> %res } define <2 x i1> @fcmp_one_rhs_splat(<2 x double> %0, double %1) { %atfirst = insertelement <2 x double> undef, double %1, i32 0 %splat = shufflevector <2 x double> %atfirst, <2 x double> undef, <2 x i32> zeroinitializer %res = fcmp one <2 x double> %0, %splat ret <2 x i1> %res } define <2 x i1> @fcmp_one_lhs_splat(<2 x double> %0, double %1) { %atfirst = insertelement <2 x double> undef, double %1, i32 0 %splat = shufflevector <2 x double> %atfirst, <2 x double> undef, <2 x i32> zeroinitializer %res = fcmp one <2 x double> %splat, %0 ret <2 x i1> %res } define <2 x i1> @fcmp_ord(<2 x double> %0, <2 x double> %1) { %res = fcmp ord <2 x double> %0, %1 ret <2 x i1> %res } define <2 x i1> @fcmp_ord_rhs_splat(<2 x double> %0, double %1) { %atfirst = insertelement <2 x double> undef, double %1, i32 0 %splat = shufflevector <2 x double> %atfirst, <2 x double> undef, <2 x i32> zeroinitializer %res = fcmp ord <2 x double> %0, %splat ret <2 x i1> %res } define <2 x i1> @fcmp_ord_lhs_splat(<2 x double> %0, double %1) { %atfirst = insertelement <2 x double> undef, double %1, i32 0 %splat = shufflevector <2 x double> %atfirst, <2 x double> undef, <2 x i32> zeroinitializer %res = fcmp ord <2 x double> %splat, %0 ret <2 x i1> %res } define <2 x i1> @fcmp_ueq(<2 x double> %0, <2 x double> %1) { %res = fcmp ueq <2 x double> %0, %1 ret <2 x i1> %res } define <2 x i1> @fcmp_ueq_rhs_splat(<2 x double> %0, double %1) { %atfirst = insertelement <2 x double> undef, double %1, i32 0 %splat = shufflevector <2 x double> %atfirst, <2 x double> undef, <2 x i32> zeroinitializer %res = fcmp ueq <2 x double> %0, %splat ret <2 x i1> %res } define <2 x i1> @fcmp_ueq_lhs_splat(<2 x double> %0, double %1) { %atfirst = insertelement <2 x double> undef, double %1, i32 0 %splat = shufflevector <2 x double> %atfirst, <2 x double> undef, <2 x i32> zeroinitializer %res = fcmp ueq <2 x double> %splat, %0 ret <2 x i1> %res } define <2 x i1> @fcmp_ugt(<2 x double> %0, <2 x double> %1) { %res = fcmp ugt <2 x double> %0, %1 ret <2 x i1> %res } define <2 x i1> @fcmp_ugt_rhs_splat(<2 x double> %0, double %1) { %atfirst = insertelement <2 x double> undef, double %1, i32 0 %splat = shufflevector <2 x double> %atfirst, <2 x double> undef, <2 x i32> zeroinitializer %res = fcmp ugt <2 x double> %0, %splat ret <2 x i1> %res } define <2 x i1> @fcmp_ugt_lhs_splat(<2 x double> %0, double %1) { %atfirst = insertelement <2 x double> undef, double %1, i32 0 %splat = shufflevector <2 x double> %atfirst, <2 x double> undef, <2 x i32> zeroinitializer %res = fcmp ugt <2 x double> %splat, %0 ret <2 x i1> %res } define <2 x i1> @fcmp_uge(<2 x double> %0, <2 x double> %1) { %res = fcmp uge <2 x double> %0, %1 ret <2 x i1> %res } define <2 x i1> @fcmp_uge_rhs_splat(<2 x double> %0, double %1) { %atfirst = insertelement <2 x double> undef, double %1, i32 0 %splat = shufflevector <2 x double> %atfirst, <2 x double> undef, <2 x i32> zeroinitializer %res = fcmp uge <2 x double> %0, %splat ret <2 x i1> %res } define <2 x i1> @fcmp_uge_lhs_splat(<2 x double> %0, double %1) { %atfirst = insertelement <2 x double> undef, double %1, i32 0 %splat = shufflevector <2 x double> %atfirst, <2 x double> undef, <2 x i32> zeroinitializer %res = fcmp uge <2 x double> %splat, %0 ret <2 x i1> %res } define <2 x i1> @fcmp_ult(<2 x double> %0, <2 x double> %1) { %res = fcmp ult <2 x double> %0, %1 ret <2 x i1> %res } define <2 x i1> @fcmp_ult_rhs_splat(<2 x double> %0, double %1) { %atfirst = insertelement <2 x double> undef, double %1, i32 0 %splat = shufflevector <2 x double> %atfirst, <2 x double> undef, <2 x i32> zeroinitializer %res = fcmp ult <2 x double> %0, %splat ret <2 x i1> %res } define <2 x i1> @fcmp_ult_lhs_splat(<2 x double> %0, double %1) { %atfirst = insertelement <2 x double> undef, double %1, i32 0 %splat = shufflevector <2 x double> %atfirst, <2 x double> undef, <2 x i32> zeroinitializer %res = fcmp ult <2 x double> %splat, %0 ret <2 x i1> %res } define <2 x i1> @fcmp_ule(<2 x double> %0, <2 x double> %1) { %res = fcmp ule <2 x double> %0, %1 ret <2 x i1> %res } define <2 x i1> @fcmp_ule_rhs_splat(<2 x double> %0, double %1) { %atfirst = insertelement <2 x double> undef, double %1, i32 0 %splat = shufflevector <2 x double> %atfirst, <2 x double> undef, <2 x i32> zeroinitializer %res = fcmp ule <2 x double> %0, %splat ret <2 x i1> %res } define <2 x i1> @fcmp_ule_lhs_splat(<2 x double> %0, double %1) { %atfirst = insertelement <2 x double> undef, double %1, i32 0 %splat = shufflevector <2 x double> %atfirst, <2 x double> undef, <2 x i32> zeroinitializer %res = fcmp ule <2 x double> %splat, %0 ret <2 x i1> %res } define <2 x i1> @fcmp_une(<2 x double> %0, <2 x double> %1) { %res = fcmp une <2 x double> %0, %1 ret <2 x i1> %res } define <2 x i1> @fcmp_une_rhs_splat(<2 x double> %0, double %1) { %atfirst = insertelement <2 x double> undef, double %1, i32 0 %splat = shufflevector <2 x double> %atfirst, <2 x double> undef, <2 x i32> zeroinitializer %res = fcmp une <2 x double> %0, %splat ret <2 x i1> %res } define <2 x i1> @fcmp_une_lhs_splat(<2 x double> %0, double %1) { %atfirst = insertelement <2 x double> undef, double %1, i32 0 %splat = shufflevector <2 x double> %atfirst, <2 x double> undef, <2 x i32> zeroinitializer %res = fcmp une <2 x double> %splat, %0 ret <2 x i1> %res } define <2 x i1> @fcmp_uno(<2 x double> %0, <2 x double> %1) { %res = fcmp uno <2 x double> %0, %1 ret <2 x i1> %res } define <2 x i1> @fcmp_uno_rhs_splat(<2 x double> %0, double %1) { %atfirst = insertelement <2 x double> undef, double %1, i32 0 %splat = shufflevector <2 x double> %atfirst, <2 x double> undef, <2 x i32> zeroinitializer %res = fcmp uno <2 x double> %0, %splat ret <2 x i1> %res } define <2 x i1> @fcmp_uno_lhs_splat(<2 x double> %0, double %1) { %atfirst = insertelement <2 x double> undef, double %1, i32 0 %splat = shufflevector <2 x double> %atfirst, <2 x double> undef, <2 x i32> zeroinitializer %res = fcmp uno <2 x double> %splat, %0 ret <2 x i1> %res } define <2 x i1> @fcmp_true(<2 x double> %0, <2 x double> %1) { %res = fcmp true <2 x double> %0, %1 ret <2 x i1> %res } define <2 x i1> @fcmp_true_rhs_splat(<2 x double> %0, double %1) { %atfirst = insertelement <2 x double> undef, double %1, i32 0 %splat = shufflevector <2 x double> %atfirst, <2 x double> undef, <2 x i32> zeroinitializer %res = fcmp true <2 x double> %0, %splat ret <2 x i1> %res } define <2 x i1> @fcmp_true_lhs_splat(<2 x double> %0, double %1) { %atfirst = insertelement <2 x double> undef, double %1, i32 0 %splat = shufflevector <2 x double> %atfirst, <2 x double> undef, <2 x i32> zeroinitializer %res = fcmp true <2 x double> %splat, %0 ret <2 x i1> %res }
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
About the author
Statistics
Changelog
Version tree