[PATCH] D92439: [CLANG] Fix missing error for use of 128-bit integer inside SPIR64 device code.
Jennifer Yu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 2 14:54:18 PST 2020
jyu2 updated this revision to Diff 309067.
jyu2 retitled this revision from "Fix missing error for use of 128-bit integer inside SPIR64 device code." to "[CLANG] Fix missing error for use of 128-bit integer inside SPIR64 device code.".
jyu2 added a comment.
Fix problem with @jdoerfert pointed where using bool hasInt128Type() const override { return false; } instead.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92439/new/
https://reviews.llvm.org/D92439
Files:
clang/lib/Basic/Targets/SPIR.h
clang/lib/Sema/Sema.cpp
clang/lib/Sema/SemaOverload.cpp
clang/lib/Sema/SemaType.cpp
clang/test/CodeGen/ext-int-cc.c
clang/test/SemaSYCL/int128.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92439.309067.patch
Type: text/x-patch
Size: 9943 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201202/350e8d3f/attachment.bin>
More information about the cfe-commits
mailing list