Details
Details
Diff Detail
Diff Detail
Event Timeline
test/CodeGen/AMDGPU/llvm.amdgcn.frexp.exp.f16.ll | ||
---|---|---|
49 | Can you add additional tests where the result is sext and zext to i32 to make sure it is properly sign extended |
Paths
| Differential D26862
[AMDGPU] Change frexp.exp intrinsic to return i16 for f16 input ClosedPublic Authored by kzhuravl on Nov 18 2016, 9:31 AM.
Details
Diff Detail Event Timelinekzhuravl added a child revision: D26863: [AMDGPU] Change frexp.exp builtin to return i16 for f16 input.Nov 18 2016, 9:33 AM
This revision is now accepted and ready to land.Nov 18 2016, 10:11 AM kzhuravl edited edge metadata. kzhuravl marked an inline comment as done. Comment ActionsAdd tests with sext/zext Closed by commit rL287389: [AMDGPU] Change frexp.exp intrinsic to return i16 for f16 input (authored by kzhuravl). · Explain WhyNov 18 2016, 2:45 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 78562 include/llvm/IR/IntrinsicsAMDGPU.td
lib/Target/AMDGPU/SIInstrInfo.td
lib/Target/AMDGPU/VOP1Instructions.td
test/CodeGen/AMDGPU/llvm.amdgcn.frexp.exp.f16.lltest/CodeGen/AMDGPU/llvm.amdgcn.frexp.exp.ll
|
Can you add additional tests where the result is sext and zext to i32 to make sure it is properly sign extended