List Question
10 TechQA 2024-12-29 23:13:09How do I compile with "ffast-math"?
3.1k views
Asked by yong
Is there a way to get Rust to treat pointers as non-aliasing, so it can mark them as `noalias` for LLVM's optimizer?
771 views
Asked by Cornstalks
Why does clang produce inefficient asm with -O0 (for this simple floating point sum)?
3.5k views
Asked by Stefano Borini
Selection DAG from LLVM IR?
190 views
Asked by pralay das
disable use of cmov in clang
570 views
Asked by PluckyBird
Emitting Object Code In Memory With LLVM's C API
431 views
Asked by muke
Can I force Rust to not optimize a single function?
5.3k views
Asked by Matthias
C ABI with LLVM
3.3k views
Asked by Puppy
LLVM opt mem2reg has no effect
6k views
Asked by Brenda So