[llvm] Extend MemoryEffects to Support Target-Specific Memory Locations (PR #148650)
Paul Walker via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 3 09:23:12 PDT 2025
================
@@ -5012,7 +5012,7 @@ void AssemblyWriter::writeAllAttributeGroups() {
for (const auto &I : asVec)
Out << "attributes #" << I.second << " = { "
- << I.first.getAsString(true) << " }\n";
+ << I.first.getAsString(true) << " }\n";
----------------
paulwalker-arm wrote:
Unnecessary change.
https://github.com/llvm/llvm-project/pull/148650
More information about the llvm-commits
mailing list