Skip to content

Commit

Permalink
bump llvm (#1455)
Browse files Browse the repository at this point in the history
Co-authored-by: Javier Setoain <[email protected]>
  • Loading branch information
fifield and jsetoain authored May 3, 2024
1 parent 5419d5f commit 7302952
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/dialect/AIEVec/precanonicalization.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func.func @rank_zero_transfer_read(%m : memref<i16>) -> vector<16xi16> {
%c0_i16 = arith.constant 0 : i16
// CHECK-DAG: %[[C0idx:.*]] = arith.constant 0 : index
// CHECK-DAG: %[[C0i16:.*]] = arith.constant 0 : i16
// CHECK-DAG: %[[EXPMEM:.*]] = memref.expand_shape %[[MEM]] [] : memref<i16> into memref<1xi16>
// CHECK-DAG: %[[EXPMEM:.*]] = memref.expand_shape %[[MEM]] [] output_shape [1] : memref<i16> into memref<1xi16>
// CHECK: %[[LV:.*]] = vector.transfer_read %[[EXPMEM]][%[[C0idx]]], %[[C0i16]] : memref<1xi16>, vector<16xi16>
// CHECK: %[[E:.*]] = vector.extract %[[LV]][0] : i16 from vector<16xi16>
// CHECK: %[[S:.*]] = vector.broadcast %[[E]] : i16 to vector<16xi16>
Expand Down
4 changes: 2 additions & 2 deletions utils/clone-llvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
##===----------------------------------------------------------------------===##

# The LLVM commit to use.
LLVM_PROJECT_COMMIT=d022f6b8ff94bb13d12d39f23a3c3e7836e90756
DATETIME=2024040913
LLVM_PROJECT_COMMIT=1cde1240ed6e45012d7510f4aa39badbdb4a4721
DATETIME=2024050314
WHEEL_VERSION=19.0.0.$DATETIME+${LLVM_PROJECT_COMMIT:0:8}

############################################################################################
Expand Down

0 comments on commit 7302952

Please sign in to comment.