"llvm/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "2a7e3c29a1415a622ccffc34470c4f402c415362"
[ms-inline asm] If we have a single asm operand that maps to multiple
MCOperands then iterate over all of then when computing clobbers, inputs and outputs. On x86 the 1-to-many mapping is a memory operand that includes a BaseReg(reg), MemScale(imm), MemIndexReg(reg), an Expr(MCExpr or imm) and a MemSegReg(reg). Invalid register (Op.getReg() == 0) are not considered when computing clobber. llvm-svn: 163728
Loading
Please register or sign in to comment