Skip to content

Commit

Permalink
llvm: Update baseline to e5f5517f9121083dbb9d2841b607f504cbbb490b
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 15, 2025
1 parent 682f732 commit 24dac7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/llvm-project
Submodule llvm-project updated 22 files
+1 −1 clang/lib/Sema/SemaHLSL.cpp
+48 −0 llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
+9 −0 llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h
+3 −6 llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+1 −9 llvm/lib/Transforms/Vectorize/VPlan.cpp
+19 −19 llvm/test/Transforms/LoopVectorize/AArch64/simple_early_exit.ll
+3 −3 llvm/test/Transforms/LoopVectorize/AArch64/vplan-printing.ll
+4 −4 llvm/test/Transforms/LoopVectorize/RISCV/riscv-vector-reverse.ll
+31 −31 llvm/test/Transforms/LoopVectorize/X86/scatter_crash.ll
+24 −24 llvm/test/Transforms/LoopVectorize/X86/small-size.ll
+21 −21 llvm/test/Transforms/LoopVectorize/pr59319-loop-access-info-invalidation.ll
+13 −13 llvm/test/Transforms/LoopVectorize/pr66616.ll
+15 −15 llvm/test/Transforms/LoopVectorize/scev-exit-phi-invalidation.ll
+9 −9 llvm/test/Transforms/LoopVectorize/single_early_exit.ll
+54 −54 llvm/test/Transforms/LoopVectorize/single_early_exit_live_outs.ll
+3 −3 llvm/test/Transforms/LoopVectorize/single_early_exit_with_outer_loop.ll
+2 −2 llvm/test/Transforms/LoopVectorize/vplan-predicate-switch.ll
+2 −2 llvm/test/Transforms/LoopVectorize/vplan-printing-before-execute.ll
+1 −1 llvm/test/Transforms/SLPVectorizer/AArch64/horizontal.ll
+1,151 −0 llvm/test/Transforms/SLPVectorizer/AArch64/vecreduceadd.ll
+65 −24 mlir/lib/Dialect/Vector/Transforms/VectorEmulateNarrowType.cpp
+120 −95 mlir/test/Dialect/Vector/vector-emulate-narrow-type-unaligned-non-atomic.mlir

0 comments on commit 24dac7f

Please sign in to comment.