Commit 6c16e5f
authored
fix(mlir): use ptr_type for sol.alloca alloc_type attribute (#340)
The `alloc_type` attribute on `sol.alloca` was set to `element_type`,
but the TableGen custom builder uses the same type for both `alloc_type`
and the result (`Sol_PtrType`). This sets it to `ptr_type` to match the
ODS definition.1 parent b708ac5 commit 6c16e5f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
801 | 801 | | |
802 | 802 | | |
803 | 803 | | |
804 | | - | |
| 804 | + | |
805 | 805 | | |
806 | 806 | | |
807 | 807 | | |
| |||
0 commit comments