[all-commits] [llvm/llvm-project] 2e0ef1: [lldb] Add a positive test for `getelementptr` con...
Andy Hippo via All-commits
all-commits at lists.llvm.org
Mon Feb 14 10:05:00 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2e0ef179d8838de06bf694ae6ca43c2b24847a8c
https://github.com/llvm/llvm-project/commit/2e0ef179d8838de06bf694ae6ca43c2b24847a8c
Author: Andy Yankovsky <weratt at gmail.com>
Date: 2022-02-14 (Mon, 14 Feb 2022)
Changed paths:
M lldb/test/API/lang/cpp/static_members/TestCPPStaticMembers.py
M lldb/test/API/lang/cpp/static_members/main.cpp
Log Message:
-----------
[lldb] Add a positive test for `getelementptr` constant args
The IR interpreter supports const operands to the `GetElementPtr` IR
instruction, so it should be able to evaluate expression without JIT.
Follow up to https://reviews.llvm.org/D113498
Reviewed By: shafik
Differential Revision: https://reviews.llvm.org/D119734
More information about the All-commits
mailing list