On Tue, Jul 5, 2016 at 6:26 PM, Tom Stellard <[email protected]> wrote: > On Tue, Jul 05, 2016 at 11:36:03AM +0200, Marek Olšák wrote: >> From: Marek Olšák <[email protected]> >> >> RadeonSI stats: Mostly 0% difference, but Valley shows a small improvement: >> > > Do you know which intrinsic this made a difference for? I'm guessing > this is required for all the intrinsics defined in the backend (e.g. in > SIIntrinsiscs.td), and is a good reason why we should move those into > include/llvm/IR/IntrinsicsAMDGPUt.td.
This one: llvm.AMDGPU.clamp Other intrinsics that don't have it are: llvm.sqrt.f32 llvm.SI.export Marek _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
