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

Ties Stuij via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 28 03:24:13 PDT 2018


stuij added a comment.

Had a look at the uses for hasOpaqueSPAdjustment. It looks like the the PPC and X86 backends only use it to check for 'how trustworthy is this SP' kind of checks in things like base pointer logic. So we should be fine on this front.


Repository:
  rL LLVM

https://reviews.llvm.org/D51165





More information about the llvm-commits mailing list