[PATCH] D51165: [CodeGen] emit inline asm clobber list warnings for reserved (cont)

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 7 11:52:01 PDT 2018


craig.topper added a comment.

For the failure I posted. It looks like the Live Variable Analysis Pass is removing a register operand for a clobber without removing the immediate operand preceeding that contains the inline assembly flags that indicate it was a clobber. So later we see the clobber flag, but the register operand after it is missing.


Repository:
  rL LLVM

https://reviews.llvm.org/D51165





More information about the llvm-commits mailing list