Commit f83b024
authored
[H2BLB][GISel] Use custom incoming value assigner (#46)
Use H2BLBIncomingValueAssigner instead of the base
CallLowering::IncomingValueAssigner when lowering formal arguments.
This is mainly a consistency cleanup. H2BLBIncomingValueAssigner overrides
assignArg(), but the previous code instantiated the base assigner directly,
so the custom override was never used. The book example also uses
H2BLBIncomingValueAssigner at this point.
No functional change is expected, since the override currently delegates to
the same AssignFn path.1 parent 3b92282 commit f83b024
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
344 | | - | |
| 344 | + | |
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
| |||
0 commit comments