[all-commits] [llvm/llvm-project] f45d5e: [APFloat] Set size of PPCDoubleDouble to 128
Qiu Chaofan via All-commits
all-commits at lists.llvm.org
Fri Oct 8 19:14:02 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f45d5e71d3e1ef9d565815850681719418a99d19
https://github.com/llvm/llvm-project/commit/f45d5e71d3e1ef9d565815850681719418a99d19
Author: Qiu Chaofan <qiucofan at cn.ibm.com>
Date: 2021-10-09 (Sat, 09 Oct 2021)
Changed paths:
M llvm/lib/Support/APFloat.cpp
M llvm/test/Transforms/InstCombine/bitcast-store.ll
Log Message:
-----------
[APFloat] Set size of PPCDoubleDouble to 128
566690b0 uses size information in float semantics, but PPCDoubleDouble
left them empty.
As follow-up, we can consider remove PPCDoubleDoubleLegacy and fill
other fields in the future.
Reviewed By: foad
Differential Revision: https://reviews.llvm.org/D111398
More information about the All-commits
mailing list