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

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 23 14:23:43 PDT 2018


efriedma added a comment.

Hmm... actually, looking at this again, I guess we actually have some support for "clobbering" sp, so maybe we shouldn't warn on that.  Granted, I don't think it's documented anywhere.


Repository:
  rL LLVM

https://reviews.llvm.org/D51165





More information about the llvm-commits mailing list