Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in llvm-codegen
Setting a non-default rounding mode with Rust inline asm isn't respected by the LLVM optimizer?
Oct 04, 2019
rust
floating-point
rounding
inline-assembly
llvm-codegen
Is signed integer overflow in safe Rust in release mode considered as undefined behavior?
Jul 12, 2022
rust
integer-overflow
llvm-codegen
Why does clang produce inefficient asm with -O0 (for this simple floating point sum)?
Aug 28, 2020
c
assembly
x86-64
compiler-optimization
llvm-codegen
Why isn't there a branch prediction failure penalty in this Rust code?
Jun 20, 2022
performance
rust
compiler-optimization
branch-prediction
llvm-codegen
Which integer operations have higher performance alternate methods in Rust?
Dec 22, 2021
rust
micro-optimization
llvm-codegen
LLVM opt mem2reg has no effect
Sep 01, 2018
optimization
clang
compiler-optimization
ssa
llvm-codegen
Why can the Rust compiler not optimize away the Err arm of Box::downcast?
Dec 01, 2021
assembly
optimization
rust
compiler-optimization
llvm-codegen
Can compilers (specifically rustc) really simplify triangle-summation to avoid a loop? How?
Jul 06, 2020
rust
compiler-construction
compiler-optimization
llvm-codegen
Why does LLVM allocate a redundant variable?
Nov 01, 2022
c
llvm
llvm-codegen
Why empty functions aren't removed as dead code in LLVM IR?
Aug 30, 2022
c
clang
llvm-clang
llvm-ir
llvm-codegen
Why does LLVM appear to ignore Rust's assume intrinsic?
Feb 10, 2022
performance
rust
llvm
llvm-codegen
Can I force Rust to not optimize a single function?
Aug 23, 2022
optimization
rust
llvm-codegen
C ABI with LLVM
Nov 22, 2018
c
llvm
abi
llvm-codegen
Why doesn't the Rust optimizer remove those useless instructions (tested on Godbolt Compiler Explorer)?
Mar 09, 2020
assembly
rust
x86-64
llvm-codegen
Why does this code generate much more assembly than equivalent C++/Clang? [closed]
Sep 16, 2022
optimization
rust
llvm-codegen
How do I compile with "ffast-math"?
Feb 21, 2019
rust
llvm
fast-math
llvm-codegen
Can Rust optimise away the bit-wise copy during move of an object someday?
Aug 20, 2020
rust
move-semantics
llvm-codegen
What do the optimization levels `-Os` and `-Oz` do in rustc?
Sep 03, 2022
rust
llvm-codegen
When should inline be used in Rust?
Aug 16, 2022
rust
inline
llvm-codegen
How does Rust's 128-bit integer `i128` work on a 64-bit system?
Aug 15, 2022
rust
x86-64
bigint
int128
llvm-codegen
Older Entries »