You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GNU-as supports a constant value to the .insn assembler directive as of commit: bminor/binutils-gdb@a262b82. The RISC-V LLVM assembler currently only supports the .insn directive with in the form of .insn <type>, <operand1>, <operand2>. Can the form of .insn <value> also be supported by Clang?