[PATCH] D85312: [ADT] Move FixedPoint.h from Clang to LLVM.
Bevin Hansson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 5 07:44:02 PDT 2020
ebevhan created this revision.
Herald added subscribers: llvm-commits, cfe-commits, dexonsmith, hiraditya, mgorny.
Herald added projects: clang, LLVM.
ebevhan requested review of this revision.
This patch moves FixedPointSemantics and APFixedPoint
from Clang to LLVM ADT.
This will make it easier to use the fixed-point
classes in LLVM for constructing an IR builder for
fixed-point and for reusing the APFixedPoint class
for constant evaluation purposes.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D85312
Files:
clang/include/clang/AST/APValue.h
clang/include/clang/AST/ASTContext.h
clang/include/clang/AST/Expr.h
clang/include/clang/AST/OptionalDiagnostic.h
clang/include/clang/Basic/FixedPoint.h
clang/lib/AST/ASTContext.cpp
clang/lib/AST/ExprConstant.cpp
clang/lib/AST/Type.cpp
clang/lib/Basic/CMakeLists.txt
clang/lib/Basic/FixedPoint.cpp
clang/lib/CodeGen/CGExprScalar.cpp
clang/lib/Sema/SemaChecking.cpp
clang/lib/Sema/SemaExpr.cpp
clang/lib/Serialization/ASTReader.cpp
clang/lib/Serialization/ASTWriter.cpp
clang/unittests/Basic/CMakeLists.txt
clang/unittests/Basic/FixedPointTest.cpp
llvm/include/llvm/ADT/APFixedPoint.h
llvm/lib/Support/APFixedPoint.cpp
llvm/lib/Support/CMakeLists.txt
llvm/unittests/ADT/APFixedPointTest.cpp
llvm/unittests/ADT/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85312.283238.patch
Type: text/x-patch
Size: 32102 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200805/25d479c9/attachment.bin>
More information about the llvm-commits
mailing list