Skip to content

Commit

Permalink
llvm: Update baseline to 69d7cd80849ea57c9cd7ae74d361b34653d84c64
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 19, 2023
1 parent 69b475d commit 28291c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/llvm-project
Submodule llvm-project updated 29 files
+1 −1 compiler-rt/test/profile/CMakeLists.txt
+1 −1 libc/src/math/generic/coshf.cpp
+2 −2 libc/src/math/generic/exp.cpp
+2 −2 libc/src/math/generic/exp10.cpp
+1 −1 libc/src/math/generic/exp10f_impl.h
+2 −2 libc/src/math/generic/exp2.cpp
+2 −2 libc/src/math/generic/expf.cpp
+1 −1 libc/src/math/generic/expm1.cpp
+1 −1 libc/src/math/generic/expm1f.cpp
+2 −2 libc/src/math/generic/sinhf.cpp
+4 −6 libc/test/src/math/FmaTest.h
+9 −9 libc/test/src/math/HypotTest.h
+4 −6 libc/test/src/math/smoke/FmaTest.h
+9 −9 libc/test/src/math/smoke/HypotTest.h
+2 −2 llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
+7 −4 llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
+0 −62 llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
+189 −0 llvm/test/CodeGen/AArch64/avoid-pre-trunc.ll
+23 −6 llvm/test/CodeGen/AArch64/neon-compare-instructions.ll
+4 −4 llvm/test/CodeGen/X86/any_extend_vector_inreg_of_broadcast_from_memory.ll
+81 −79 llvm/test/CodeGen/X86/vector-interleaved-load-i16-stride-2.ll
+102 −102 llvm/test/CodeGen/X86/vector-interleaved-load-i16-stride-4.ll
+45 −45 llvm/test/CodeGen/X86/vector-interleaved-load-i32-stride-2.ll
+16 −16 llvm/test/CodeGen/X86/vector-interleaved-store-i64-stride-4.ll
+6 −6 llvm/test/CodeGen/X86/vector-interleaved-store-i64-stride-5.ll
+5 −5 llvm/test/CodeGen/X86/vector-interleaved-store-i64-stride-8.ll
+4 −1 mlir/include/mlir/Dialect/SCF/Transforms/Transforms.h
+34 −14 mlir/lib/Dialect/SCF/Transforms/ParallelLoopFusion.cpp
+30 −0 mlir/test/Dialect/SCF/parallel-loop-fusion.mlir

0 comments on commit 28291c0

Please sign in to comment.