[PATCH] D152901: AMDGPU: Add llvm.amdgcn.exp2 intrinsic
Matt Arsenault via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 14 07:09:31 PDT 2023
arsenm added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h:463
+ // exp2, no denormal handling for f32.
+ EXP,
+
----------------
foad wrote:
> Is this used anywhere?
Will be in the next patch
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152901/new/
https://reviews.llvm.org/D152901
More information about the cfe-commits
mailing list