About inline asm instruction order
• I wonder if there is a method to preserve the order of instructions from inline assembly relative to other statements. • According to Extended Asm (Using the GNU Compiler Collect
• I wonder if there is a method to preserve the order of instructions from inline assembly relative to other statements. • According to Extended Asm (Using the GNU Compiler Collect
• Given the following LLVM MLIR dialect example (example.mlir ): llvm.func @f(%arg0: i16) { %0 = llvm.mlir.constant(64 : i16) : i16 %1 = llvm.mlir.constant(32 : i16) : i16 %5 = llv
• I’m a bit confused that we have 3 ways of documenting this. • In particular, I want to document a somewhat complicated API - that to be used correctly - one needs to apply change