aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectFrame.cpp
diff options
context:
space:
mode:
authorFlorian Hahn <flo@fhahn.com>2025-08-26 15:52:31 +0100
committerGitHub <noreply@github.com>2025-08-26 15:52:31 +0100
commit5faed1ad84c44b0093ee32c07dc39b33ea674ca1 (patch)
treebde9749b3c56262ec0ad2d2c92c06d4b02d8bdb2 /lldb/source/Commands/CommandObjectFrame.cpp
parent445415219708f9539801018e03282049ca33e0e2 (diff)
downloadllvm-5faed1ad84c44b0093ee32c07dc39b33ea674ca1.zip
llvm-5faed1ad84c44b0093ee32c07dc39b33ea674ca1.tar.gz
llvm-5faed1ad84c44b0093ee32c07dc39b33ea674ca1.tar.bz2
[VPlan] Add VPlan-based addMinIterCheck, replace ILV for non-epilogue. (#153643)
This patch adds a new VPlan-based addMinimumIterationCheck, which replaced the ILV version for the non-epilogue case. The VPlan-based version constructs a SCEV expression to compute the minimum iterations, use that to check if the check is known true or false. Otherwise it creates a VPExpandSCEV recipe and emits a compare-and-branch. When using epilogue vectorization, we still need to create the minimum trip-count-check during the legacy skeleton creation. The patch moves the definitions out of ILV. PR: https://github.com/llvm/llvm-project/pull/153643
Diffstat (limited to 'lldb/source/Commands/CommandObjectFrame.cpp')
0 files changed, 0 insertions, 0 deletions