SIGN IN SIGN UP

Arm backend: Don't handle const placeholders in match_arg_ranks_pass (#9134)

This pass did previously handle constant placeholders directly by
modifying the data in the state_dict, whereas call_functions are handled
by inserting view ops. Since the introduction of the FuseConsantOpsPass
however, ops acting on constant placeholders are computed AOT and fused
into one single node.

We can therefore now handle all nodes the same way here by inserting
view nodes, removing the need for a special case in this pass.


Signed-off-by: Martin Lindström <Martin.Lindstroem@arm.com>
M
Martin Lindström committed
82f3381057f7faa8890f3ccbbb51219d979164fd
Parent: 206a4df
Committed by GitHub <noreply@github.com> on 3/17/2025, 10:35:53 AM