[all-commits] [llvm/llvm-project] 3f22b4: Revert "[NFC-I] Remove hack for fp-classification ...
Erich Keane via All-commits
all-commits at lists.llvm.org
Mon Dec 16 14:03:02 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3f22b4721e6c9859c392d9891411cbc8d9e10c70
https://github.com/llvm/llvm-project/commit/3f22b4721e6c9859c392d9891411cbc8d9e10c70
Author: Erich Keane <erich.keane at intel.com>
Date: 2019-12-16 (Mon, 16 Dec 2019)
Changed paths:
M clang/include/clang/Basic/Builtins.def
M clang/lib/Sema/SemaChecking.cpp
R clang/test/Sema/builtin-fpclassification.c
M clang/test/Sema/crash-invalid-builtin.c
Log Message:
-----------
Revert "[NFC-I] Remove hack for fp-classification builtins"
This reverts commit b1e542f302c1ed796ad9f703d4d36e010afcb914.
The original 'hack' didn't chop out fp-16 to double conversions, so
systems that use FP16ConversionIntrinsics end up in IR-CodeGen with an
i16 type isntead of a float type (like PPC64-BE). The bots noticed
this.
Reverting until I figure out how to fix this
More information about the All-commits
mailing list