Skip to content

Commit

Permalink
Integrate LLVM at llvm/llvm-project@73c6248cc2cc
Browse files Browse the repository at this point in the history
Updates LLVM usage to match
[73c6248cc2cc](llvm/llvm-project@73c6248cc2cc)

PiperOrigin-RevId: 578257232
  • Loading branch information
tensorflower-gardener authored and copybara-github committed Oct 31, 2023
1 parent 1b3255a commit ebbe5fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
10 changes: 0 additions & 10 deletions third_party/llvm/generated.patch
Original file line number Diff line number Diff line change
@@ -1,11 +1 @@
Auto generated patch. Do not edit or delete it, even if empty.
diff -ruN --strip-trailing-cr a/llvm/test/tools/llvm-mca/RISCV/SiFive7/strided-load-x0.s b/llvm/test/tools/llvm-mca/RISCV/SiFive7/strided-load-x0.s
--- a/llvm/test/tools/llvm-mca/RISCV/SiFive7/strided-load-x0.s
+++ b/llvm/test/tools/llvm-mca/RISCV/SiFive7/strided-load-x0.s
@@ -1,5 +1,5 @@
# NOTE: Assertions have been autogenerated by utils/update_mca_test_checks.py
-# RUN: llvm-mca -debug -mtriple=riscv64 -mcpu=sifive-x280 -iterations=1 < %s | FileCheck %s
+# RUN: llvm-mca -mtriple=riscv64 -mcpu=sifive-x280 -iterations=1 < %s | FileCheck %s

vsetvli zero, zero, e32, m1, tu, mu

4 changes: 2 additions & 2 deletions third_party/llvm/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ load("//third_party:repo.bzl", "tf_http_archive")

def repo(name):
"""Imports LLVM."""
LLVM_COMMIT = "dcae289d3a4f77b50efc8b8ecd2d5a58c86933ca"
LLVM_SHA256 = "8b766c298b8e81b0aa01cfc1ede6c83a5e12f4abb1bd83f7439fd7a7a364579d"
LLVM_COMMIT = "73c6248cc2cc3acd01c3580bfdc64825c09a0fd6"
LLVM_SHA256 = "fa63588732d0e687ebac6face224214172171d496ffea2c7b801e3a4312b108f"

tf_http_archive(
name = name,
Expand Down

0 comments on commit ebbe5fe

Please sign in to comment.