Building FP16 constant vectors caused the FP16 data to be bitcast to i64. This patch creates a BITCAST node with the correct value, and adds a test to verify correct handling.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D8369
Fix bug while building FP16 constant vectors for AArch64 ClosedPublic Authored by pirama on Mar 16 2015, 4:11 PM.
Details Summary Building FP16 constant vectors caused the FP16 data to be bitcast to i64. This patch creates a BITCAST node with the correct value, and adds a test to verify correct handling.
Diff Detail
Event Timelinepirama updated this object. This revision is now accepted and ready to land.Mar 17 2015, 6:10 AM Closed by commit rL232562: Fix bug while building FP16 constant vectors for AArch64 (authored by pirama). · Explain WhyMar 17 2015, 4:13 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 22141 llvm/trunk/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/trunk/test/CodeGen/AArch64/fp16-v4-instructions.ll
|