[llvm] Treat ';' and '\n' as assembly instruction separators in collectAsmInstrs (PR #149365)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 17 16:50:29 PDT 2025
================
@@ -87,7 +87,12 @@ class InlineAsm final : public Value {
StringRef getAsmString() const { return AsmString; }
StringRef getConstraintString() const { return Constraints; }
- LLVM_ABI void collectAsmStrs(SmallVectorImpl<StringRef> &AsmStrs) const;
+
+ /// collectAsmInstrs - Parses the assembly instruction and collects individual
----------------
arsenm wrote:
```suggestion
/// Parses the assembly instruction and collects individual
```
https://github.com/llvm/llvm-project/pull/149365
More information about the llvm-commits
mailing list