[all-commits] [llvm/llvm-project] 50e949: [IR] Teach getAsmString to return StringRef (NFC) ...
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Sat May 10 22:59:30 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 50e949f3cc47ccae531f91d5126a313ccbd039ed
https://github.com/llvm/llvm-project/commit/50e949f3cc47ccae531f91d5126a313ccbd039ed
Author: Kazu Hirata <kazu at google.com>
Date: 2025-05-10 (Sat, 10 May 2025)
Changed paths:
M llvm/include/llvm/IR/InlineAsm.h
M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
M llvm/lib/CodeGen/GlobalISel/InlineAsmLowering.cpp
M llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
M llvm/lib/IR/Core.cpp
M llvm/lib/Target/NVPTX/NVPTXTargetTransformInfo.cpp
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[IR] Teach getAsmString to return StringRef (NFC) (#139406)
This is for consistency with #139401.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list