Commit 316661e
[BACKEND] Update to llvm/llvm-project@b5cc222d7429 (triton-lang#4927)
Upgrading LLVM to pick up the following changes for AMD backend:
* llvm/llvm-project#112237
Changes made:
- changed the signature of `visit` method in `ConstantAnalysis` - i.e.,
accepts an instance of the `ProgramPoint`.
- updated calls to `getLatticeElementFor` -i.e., accepts an instance of
the `ProgramPoint`.
- added the required last parameter to `LLVM::DISubprogramAttr::get` -
i.e., an empty `annotations`.1 parent 4950ee8 commit 316661e
File tree
5 files changed
+12
-9
lines changed- .github/workflows
- cmake
- lib
- Analysis
- Target/LLVMIR
5 files changed
+12
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
161 | | - | |
| 160 | + | |
| 161 | + | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1084 | 1084 | | |
1085 | 1085 | | |
1086 | 1086 | | |
1087 | | - | |
1088 | | - | |
| 1087 | + | |
| 1088 | + | |
| 1089 | + | |
1089 | 1090 | | |
1090 | 1091 | | |
1091 | 1092 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
896 | 896 | | |
897 | 897 | | |
898 | 898 | | |
899 | | - | |
| 899 | + | |
| 900 | + | |
900 | 901 | | |
901 | 902 | | |
902 | 903 | | |
903 | 904 | | |
904 | 905 | | |
905 | 906 | | |
906 | | - | |
907 | | - | |
| 907 | + | |
| 908 | + | |
908 | 909 | | |
909 | 910 | | |
910 | 911 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
| 108 | + | |
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
| |||
0 commit comments