1,198 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
April 2025
Created 38 commits in 3 repositories
Created an issue in llvm/llvm-project that received 5 comments
Inefficient codegen for copysign(known_zero_sign_bit, x)
The code:
double native(double x) { double bound = fabs(x) > M_PI/2 ? M_PI/2 : 0; return copysign(bound, x);
}
via -O3 -march=haswell
generates:
.L…
5
comments
Opened 6 other issues in 3 repositories
llvm/llvm-project
4
open
-
[X86] Unnecessary sequences of 8 GPR
mov
s back and forthThis contribution was made on Apr 21 -
[X86] Use
vpinsrq
in building 2-element vector of 64-bit int loadsThis contribution was made on Apr 20 -
[RISCV] Non-base vector intrinsics not available via
__attribute__((target("arch=...")))
This contribution was made on Apr 9 -
[X86]
and
/or
/xor
could use 8-bit immediate for more constant argumentsThis contribution was made on Apr 5
Detegr/cbqn-rs
1
closed
-
Bad
BQNValue::from(arr: [BQNValue; N])
implementationThis contribution was made on Apr 19
ashvardanian/less_slow.cpp
1
closed
-
Wrong clang-specific things
This contribution was made on Apr 18