[all-commits] [llvm/llvm-project] e278c6: Add support to meger strings used by metadata (#77...
Shimin Cui via All-commits
all-commits at lists.llvm.org
Fri Jan 26 06:22:50 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e278c6709605f05c434d2f9f583122003c454293
https://github.com/llvm/llvm-project/commit/e278c6709605f05c434d2f9f583122003c454293
Author: Shimin Cui <scui at ca.ibm.com>
Date: 2024-01-26 (Fri, 26 Jan 2024)
Changed paths:
M llvm/lib/Target/PowerPC/PPCMergeStringPool.cpp
A llvm/test/CodeGen/PowerPC/merge-string-used-by-metadata.mir
Log Message:
-----------
Add support to meger strings used by metadata (#77364)
Currently if the merged string is used by metadata, its metadata uses
are not replaced if the string is merged. This is to add code support
for the metadata use replacement.
More information about the All-commits
mailing list