Skip to content

Commit

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

PiperOrigin-RevId: 714248644
  • Loading branch information
alinas authored and copybara-github committed Jan 10, 2025
1 parent cbce6a9 commit 3a4b943
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions third_party/llvm/generated.patch
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
Auto generated patch. Do not edit or delete it, even if empty.
diff -ruN --strip-trailing-cr a/llvm/test/CodeGen/Hexagon/isel/isel-tfrrp.ll b/llvm/test/CodeGen/Hexagon/isel/isel-tfrrp.ll
--- a/llvm/test/CodeGen/Hexagon/isel/isel-tfrrp.ll
+++ b/llvm/test/CodeGen/Hexagon/isel/isel-tfrrp.ll
@@ -2,6 +2,7 @@
; The constant 0 is generated by a transfer immediate instruction.

; RUN: llc -march=hexagon -debug-only=isel 2>&1 < %s - | FileCheck %s
+; REQUIRES: asserts

; CHECK: [[R0:%[0-9]+]]:intregs = A2_tfrsi 0
; CHECK-NEXT: predregs = C2_tfrrp killed [[R0]]:intregs
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 = "a531800344dc54e9c197a13b22e013f919f3f5e1"
LLVM_SHA256 = "74a873f8d4c677d192e9bfade095af3363c76b0fb23c5f6260121d74322744bc"
LLVM_COMMIT = "35e76b6a4fc74e64bd6c91e5b9b9eb6a03aa802e"
LLVM_SHA256 = "bf4e52c430ff8eb2b055a4abcbd70468d2e6ea7f277e472575e92903bd7d8981"

tf_http_archive(
name = name,
Expand Down

0 comments on commit 3a4b943

Please sign in to comment.