File tree
3 files changed
+37
-1
lines changed- src
- test/ui/issues
3 files changed
+37
-1
lines changedSubmodule llvm-project updated 39 files
- clang-tools-extra/docs/ReleaseNotes.rst+10
- clang-tools-extra/docs/clang-tidy/checks/readability-deleted-default.rst+3-17
- clang/docs/ReleaseNotes.rst+41-1
- clang/docs/analyzer/checkers.rst+2
- clang/lib/Frontend/InitPreprocessor.cpp+1-1
- clang/test/Lexer/cxx-features.cpp+2-1
- compiler-rt/lib/builtins/CMakeLists.txt+7-1
- llvm/include/llvm/Analysis/AliasSetTracker.h-1
- llvm/include/llvm/CodeGen/FastISel.h+4-1
- llvm/lib/Analysis/AliasSetTracker.cpp+1
- llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp+11-4
- llvm/lib/CodeGen/SelectionDAG/FastISel.cpp+7-3
- llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp+29
- llvm/lib/Target/AArch64/AArch64ISelLowering.cpp+4-3
- llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp+6-2
- llvm/lib/Transforms/Scalar/LICM.cpp+3-10
- llvm/lib/Transforms/Utils/Local.cpp+23-1
- llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h+4
- llvm/lib/Transforms/Vectorize/LoopVectorize.cpp+9-2
- llvm/test/CodeGen/AArch64/vecreduce-fmax-legalization.ll+61-1
- llvm/test/CodeGen/AArch64/vecreduce-fmin-legalization.ll+61-1
- llvm/test/CodeGen/X86/pr49393.ll+55
- llvm/test/CodeGen/X86/pr49467.ll+27
- llvm/test/CodeGen/X86/shift-double.ll+29-15
- llvm/test/Transforms/InstCombine/select-imm-canon.ll+38
- llvm/test/Transforms/LICM/promote-atomic.ll+34
- llvm/test/Transforms/LoopVectorize/X86/masked_load_store.ll+24-24
- llvm/test/Transforms/LoopVectorize/X86/x86-interleaved-accesses-masked-group.ll+6-6
- llvm/test/Transforms/LoopVectorize/if-conversion-nest.ll+1-1
- llvm/test/Transforms/LoopVectorize/if-pred-non-void.ll+1-1
- llvm/test/Transforms/LoopVectorize/if-reduction.ll+4-4
- llvm/test/Transforms/LoopVectorize/pr48832.ll+40
- llvm/test/Transforms/LoopVectorize/reduction-inloop-pred.ll+2-2
- llvm/test/Transforms/LoopVectorize/reduction-inloop.ll+2-2
- llvm/test/Transforms/SimplifyCFG/poison-merge.ll+200
- openmp/libomptarget/deviceRTLs/nvptx/CMakeLists.txt+1-1
- openmp/libomptarget/test/offloading/bug49334.cpp+148
- openmp/runtime/cmake/config-ix.cmake+5
- openmp/runtime/src/kmp_tasking.cpp+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + |
0 commit comments