diff options
author | Luke Lau <luke@igalia.com> | 2025-04-29 21:55:20 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-29 21:55:20 +0800 |
commit | c5d780bb727e2d0fab9efac87a9b2fc3deeb0ed3 (patch) | |
tree | 3cf3d0462b750ec3ed525b50c8837451bebfab44 /lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp | |
parent | c5c4f0d11ca033acaab2d92b713cdab25c8ba555 (diff) | |
download | llvm-c5d780bb727e2d0fab9efac87a9b2fc3deeb0ed3.zip llvm-c5d780bb727e2d0fab9efac87a9b2fc3deeb0ed3.tar.gz llvm-c5d780bb727e2d0fab9efac87a9b2fc3deeb0ed3.tar.bz2 |
[VPlan] Remove no longer needed VP intrinsic handling in VPWidenIntrinsicRecipe::computeCost. NFCI (#137573)
Whenever calls were transformed to VP intrinsics with EVL tail folding
in #110412, this workaround was added in computeCost to avoid an
assertion when checking ICA.getArgs().
However it turned out that the actual arguments were never used and this
assertion was removed in #115983 afterwards, so it's now fine to leave
the arguments empty and use the type based cost instead.
The type based cost and value based cost are the same for these VP
intrinsics.
This was tested by adding back in the transformation code in #110412 and
checking that no assertions were still hit.
Diffstat (limited to 'lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp')
0 files changed, 0 insertions, 0 deletions