On Tuesday, 10 May 2022 at 20:31:41 UTC, rempas wrote: > I did tried for about half an hour but couldn't find > anything... Any ideas how it works? As with gcc's __builtin_expect, one normally uses it in an if condition: `if (llvm_expect(x < 10, false)) …`.