Commit 7794dd3
committed
[BACKEND] Update LLVM to llvm/llvm-project@1d40fefb08e9b114687677
Upgrading LLVM repo, because we need a feature that has been
recently submitted in llvm/llvm-project#d741435d7
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 8fb7342 commit 7794dd3
File tree
4 files changed
+10
-7
lines changed- cmake
- lib
- Analysis
- Target/LLVMIR
4 files changed
+10
-7
lines changed| 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