[llvm] [InlineAsm] refactor InlineAsm class NFC (PR #65649)

James Y Knight via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 7 12:27:09 PDT 2023


================
@@ -241,6 +225,7 @@ class InlineAsm final : public Value {
     // Addresses are included here as they need to be treated the same by the
     // backend, the only difference is that they are not used to actaully
     // access memory by the instruction.
+    // TODO: convert to enum?
----------------
jyknight wrote:

+1.

https://github.com/llvm/llvm-project/pull/65649


More information about the llvm-commits mailing list