SpiceQA
Questions
Tags
Users
Badges
llvm-codegen
10 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Why does clang emit a 32-bit float ps instruction for the absolute value of a 64-bit double?
user_297776
0
•
asked Sep 7, 2021
4
1
199
llvm-codegen
avx
clang
x86
assembly
disable use of cmov in clang
user_13990479
0
•
asked Jul 24, 2020
3
0
319
llvm-codegen
x86-64
clang
llvm
assembly
What are code models and how do they affect code generation?
user_10323878
0
•
asked Apr 11, 2020
2
0
31
llvm-codegen
rust
Does the C++ standard allow for an uninitialized bool to crash a program?
user_10892691
0
•
asked Jan 10, 2019
555
6
38142
llvm-codegen
undefined-behavior
abi
llvm
c++
Why can the Rust compiler not optimize away the Err arm of Box::downcast?
user_3131852
0
•
asked Sep 13, 2018
10
1
479
llvm-codegen
compiler-optimization
rust
assembly
optimization
LLVM opt mem2reg has no effect
user_3878136
0
•
asked Oct 1, 2017
13
2
4763
llvm-codegen
ssa
compiler-optimization
clang
optimization
What do the optimization levels `-Os` and `-Oz` do in rustc?
user_2408867
0
•
asked Aug 10, 2017
32
3
8794
llvm-codegen
rust
Why doesn't the Rust optimizer remove those useless instructions (tested on Godbolt Compiler Explorer)?
user_2408867
0
•
asked Aug 9, 2017
14
1
1662
llvm-codegen
rust
x86-64
assembly
Why does this code generate much more assembly than equivalent C++/Clang?
user_4131673
0
•
asked Aug 8, 2017
16
4
3416
llvm-codegen
rust
optimization
Can I force Rust to not optimize a single function?
user_1213227
0
•
asked May 23, 2017
14
2
4314
llvm-codegen
rust
optimization
1
(current)
Hot Questions