[all-commits] [llvm/llvm-project] c3f67b: [clang][Interp] Limit MaxBitInt to 128 bits
Timm Baeder via All-commits
all-commits at lists.llvm.org
Wed Oct 11 00:48:48 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c3f67b3ba9c8cf1677c7ee2a42a6ebd35fdcc763
https://github.com/llvm/llvm-project/commit/c3f67b3ba9c8cf1677c7ee2a42a6ebd35fdcc763
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2023-10-11 (Wed, 11 Oct 2023)
Changed paths:
M clang/test/AST/Interp/intap.cpp
Log Message:
-----------
[clang][Interp] Limit MaxBitInt to 128 bits
Looks like larger bitints aren't supported everywhere.
More information about the All-commits
mailing list