Skip to content

Commit

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

PiperOrigin-RevId: 722575526
  • Loading branch information
XLS Team authored and copybara-github committed Feb 3, 2025
1 parent 8a98d61 commit ea7f4a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions dependency_support/llvm/llvm.patch
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ diff -ruN --strip-trailing-cr a/llvm/lib/AsmParser/LLParser.cpp b/llvm/lib/AsmPa
diff -ruN --strip-trailing-cr a/llvm/lib/Transforms/IPO/MemProfContextDisambiguation.cpp b/llvm/lib/Transforms/IPO/MemProfContextDisambiguation.cpp
--- a/llvm/lib/Transforms/IPO/MemProfContextDisambiguation.cpp
+++ b/llvm/lib/Transforms/IPO/MemProfContextDisambiguation.cpp
@@ -4203,7 +4203,8 @@
@@ -4205,7 +4205,8 @@
// Locate the summary for F. This is complicated by the fact that it might
// have been internalized or promoted.
static ValueInfo findValueInfoForFunc(const Function &F, const Module &M,
Expand All @@ -183,7 +183,7 @@ diff -ruN --strip-trailing-cr a/llvm/lib/Transforms/IPO/MemProfContextDisambigua
// FIXME: Ideally we would retain the original GUID in some fashion on the
// function (e.g. as metadata), but for now do our best to locate the
// summary without that information.
@@ -4218,20 +4219,48 @@
@@ -4220,20 +4221,48 @@
// Now query with the original name before any promotion was performed.
StringRef OrigName =
ModuleSummaryIndex::getOriginalNameBeforePromote(F.getName());
Expand Down Expand Up @@ -244,7 +244,7 @@ diff -ruN --strip-trailing-cr a/llvm/lib/Transforms/IPO/MemProfContextDisambigua
return TheFnVI;
}

@@ -4590,7 +4619,7 @@
@@ -4592,7 +4621,7 @@
// Locate the synthesized callsite info for the callee VI, if any was
// created, and use that for cloning.
ValueInfo CalleeVI =
Expand Down
4 changes: 2 additions & 2 deletions dependency_support/llvm/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
def repo():
"""Initialize the llvm-project repository."""

LLVM_COMMIT = "956c0707d9098499a2682297b71f46b0a562eed9"
LLVM_SHA256 = "f90b866908daa3c65b74454943e52b59f40ab448f42a13b23e9823045f017066"
LLVM_COMMIT = "f0d05b099dafda89df4c971b64b2051c33db5da1"
LLVM_SHA256 = "29326f27b5bffa5f57b0f8a99d3e864c09a67bf899341103a7cd609fd3ea80e3"

maybe(
http_archive,
Expand Down

0 comments on commit ea7f4a4

Please sign in to comment.