Michel Dänzer changed bug 92709
What Removed Added
CC   arsenm2@gmail.com, tstellar@gmail.com

Comment # 1 on bug 92709 from
This happens since Mesa commit d72a26ec ("radeonsi: don't emit AMDGPU
intrinsics for EX2, ROUND, TRUNC") because the LLVM function
LibCallSimplifier::optimizeExp2() replaces the llvm.exp2.f32 call (which could
be handled by the AMDGPU backend AFAICT) with an ldexpf one.


You are receiving this mail because: