[PATCH] D133668: [HLSL] Disable integer promotion to avoid int16_t being promoted to int for HLSL.
Xiang Li via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 19 11:44:59 PDT 2022
python3kgae updated this revision to Diff 468993.
python3kgae marked an inline comment as done.
python3kgae added a comment.
Herald added a subscriber: steakhal.
Herald added a reviewer: NoQ.
Move isPromotableIntegerType to ASTContext so it can access LangOpts.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133668/new/
https://reviews.llvm.org/D133668
Files:
clang/include/clang/AST/ASTContext.h
clang/include/clang/AST/CanonicalType.h
clang/include/clang/AST/Type.h
clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConv.h
clang/lib/AST/ASTContext.cpp
clang/lib/AST/FormatString.cpp
clang/lib/AST/Type.cpp
clang/lib/CodeGen/CGExprScalar.cpp
clang/lib/CodeGen/TargetInfo.cpp
clang/lib/Sema/SemaChecking.cpp
clang/lib/Sema/SemaDecl.cpp
clang/lib/Sema/SemaExpr.cpp
clang/lib/Sema/SemaInit.cpp
clang/lib/Sema/SemaOverload.cpp
clang/lib/Sema/SemaType.cpp
clang/test/CodeGenHLSL/builtins/abs.hlsl
clang/test/CodeGenHLSL/no_int_promotion.hlsl
clang/test/SemaHLSL/BitInt128.hlsl
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133668.468993.patch
Type: text/x-patch
Size: 17906 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221019/dab052c2/attachment-0001.bin>
More information about the cfe-commits
mailing list