File tree
410 files changed
+480
-899
lines changed- llvm
- result/rvb23u64
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
410 files changed
+480
-899
lines changedSubmodule llvm-project updated 31 files
- clang-tools-extra/clang-tidy/modernize/LoopConvertUtils.cpp+15-10
- clang-tools-extra/clang-tidy/modernize/LoopConvertUtils.h+2
- clang-tools-extra/docs/ReleaseNotes.rst+4
- clang-tools-extra/test/clang-tidy/checkers/modernize/loop-convert-basic.cpp+27
- clang/lib/StaticAnalyzer/Checkers/FixedAddressChecker.cpp+6
- clang/test/Analysis/ptr-arith.c+4
- llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp+3-3
- llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp+19-42
- llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.h+7-5
- llvm/lib/Target/AMDGPU/SIRegisterInfo.td+1-1
- llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp+8
- llvm/test/CodeGen/AArch64/fexplog.ll+190-15
- llvm/test/CodeGen/AArch64/fpow.ll+54-2
- llvm/test/CodeGen/AArch64/fpowi.ll+71
- llvm/test/CodeGen/AArch64/frem.ll+64
- llvm/test/CodeGen/AArch64/fsincos.ll+66
- llvm/test/CodeGen/AMDGPU/GlobalISel/buffer-load-store-pointers.ll-301
- llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-load-global-old-legalization.mir-3.3k
- llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-load-local.mir+4-66
- llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-constant.mir+24-27
- llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-flat.mir+72-80
- llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-global.mir+44-54
- llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-local.mir+20-30
- llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-private.mir+36-47
- llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-store-global.mir+36-48
- llvm/test/CodeGen/RISCV/rv32zbs.ll+46
- llvm/test/CodeGen/RISCV/rv64zbs.ll+64
- mlir/lib/Conversion/VectorToXeGPU/VectorToXeGPU.cpp+80-5
- mlir/test/Conversion/VectorToXeGPU/load-to-xegpu.mlir+105
- mlir/test/Conversion/VectorToXeGPU/store-to-xegpu.mlir+106
- utils/bazel/llvm-project-overlay/llvm/BUILD.bazel+13
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
| 41 | + | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
| 75 | + | |
77 | 76 | | |
78 | 77 | | |
79 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
| 39 | + | |
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
0 commit comments