diff options
author | Gil Rapaport <gil.rapaport@intel.com> | 2019-11-28 13:54:38 +0200 |
---|---|---|
committer | Gil Rapaport <gil.rapaport@intel.com> | 2020-01-10 09:24:59 +0200 |
commit | 8647a72c4a52e0386c0397ce3fbd38121c18b873 (patch) | |
tree | 1a0f302318d11d128581f1d1a30ef22ae3b24eb8 /lldb/packages/Python/lldbsuite/test/commands/command/script/TestCommandScript.py | |
parent | 759c90456d418ffe69e1a2b4bcea2792491a6b5a (diff) | |
download | bcm5719-llvm-8647a72c4a52e0386c0397ce3fbd38121c18b873.tar.gz bcm5719-llvm-8647a72c4a52e0386c0397ce3fbd38121c18b873.zip |
[LV] VPValues for memory operation pointers (NFCI)
Memory instruction widening recipes use the pointer operand of their load/store
ingredient for generating the needed GEPs, making it difficult to feed these
recipes with pointers based on other ingredients or none at all.
This patch modifies these recipes to use a VPValue for the pointer instead, in
order to reduce ingredient def-use usage by ILV as a step towards full
VPlan-based def-use relations. The recipes are constructed with VPValues bound
to these ingredients, maintaining current behavior.
Differential revision: https://reviews.llvm.org/D70865
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/command/script/TestCommandScript.py')
0 files changed, 0 insertions, 0 deletions