diff options
author | smanna12 <soumi.manna@intel.com> | 2024-11-21 06:45:34 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-21 08:45:34 -0600 |
commit | 95f4aa44ae660c649560fd32868fef14d7925551 (patch) | |
tree | 161efe143daf4d48eec5b9a1a13fe758d98fc854 /llvm/lib/Transforms/Utils/Local.cpp | |
parent | a12e79a85fc18d535c58f2c82d2b2e80586e43d7 (diff) | |
download | llvm-95f4aa44ae660c649560fd32868fef14d7925551.zip llvm-95f4aa44ae660c649560fd32868fef14d7925551.tar.gz llvm-95f4aa44ae660c649560fd32868fef14d7925551.tar.bz2 |
[clang][bytecode] Add assert to ensure correct state restoration in CallBI function (#115496)
This commit adds an assert statement to the CallBI function to ensure
that the interpreter state (S.Current) is correctly reset to the
previous frame (FrameBefore) after InterpretBuiltin returns true. This
helps catch any potential issues during development and debugging.
Diffstat (limited to 'llvm/lib/Transforms/Utils/Local.cpp')
0 files changed, 0 insertions, 0 deletions