Skip to content

Commit 1caea46

Browse files
mcourteauxGemini 3.1 Pro
andcommitted
ExprInterpreter.
First step in addressing #9044 Co-authored-by: Gemini 3.1 Pro <gemini@aistudio.google.com>
1 parent 09176ad commit 1caea46

4 files changed

Lines changed: 642 additions & 0 deletions

File tree

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,7 @@ SOURCE_FILES = \
506506
EmulateFloat16Math.cpp \
507507
Error.cpp \
508508
Expr.cpp \
509+
ExprInterpreter.cpp \
509510
ExtractTileOperations.cpp \
510511
FastIntegerDivide.cpp \
511512
FindCalls.cpp \
@@ -703,6 +704,7 @@ HEADER_FILES = \
703704
EmulateFloat16Math.h \
704705
Error.h \
705706
Expr.h \
707+
ExprInterpreter.h \
706708
ExprUsesVar.h \
707709
Extern.h \
708710
ExternFuncArgument.h \

src/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ target_sources(
111111
EmulateFloat16Math.h
112112
Error.h
113113
Expr.h
114+
ExprInterpreter.h
114115
ExprUsesVar.h
115116
Extern.h
116117
ExternFuncArgument.h
@@ -294,6 +295,7 @@ target_sources(
294295
EmulateFloat16Math.cpp
295296
Error.cpp
296297
Expr.cpp
298+
ExprInterpreter.cpp
297299
ExtractTileOperations.cpp
298300
FastIntegerDivide.cpp
299301
FindCalls.cpp

0 commit comments

Comments
 (0)