[all-commits] [llvm/llvm-project] 293ae0: [clang][Interp] Actually consider ConstantExpr result
Timm Baeder via All-commits
all-commits at lists.llvm.org
Thu Sep 14 00:28:17 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 293ae0b4b45f622fadf7785e3c0c0190a587fec1
https://github.com/llvm/llvm-project/commit/293ae0b4b45f622fadf7785e3c0c0190a587fec1
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2023-09-14 (Thu, 14 Sep 2023)
Changed paths:
M clang/lib/AST/Interp/ByteCodeExprGen.cpp
Log Message:
-----------
[clang][Interp] Actually consider ConstantExpr result
Since we have visitAPValue now, we might as well use it here.
Differential Revision: https://reviews.llvm.org/D158502
More information about the All-commits
mailing list