List Question
10 TechQA 2024-11-26 11:32:18How 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?
747 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?
165 views
Asked by pralay das
disable use of cmov in clang
546 views
Asked by PluckyBird
Emitting Object Code In Memory With LLVM's C API
404 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.2k views
Asked by Puppy
LLVM opt mem2reg has no effect
6k views
Asked by Brenda So