Displaying 1 result from an estimated 1 matches for "4167d72e".
2014 Jul 17
5
[LLVMdev] [RFC] Invariants in LLVM
Hello everyone,
I'm starting a new thread, as a follow-up to several older ones, on invariants in LLVM. Fundamentally, invariants are conditions that the optimizer is allowed to assume will be valid during the execution of the program. Many other compilers support a concept like this, MSVC's __assume, for example. GCC has a builtin called __builtin_assume_aligned which also neatly falls