[PATCH] D144439: [X86] Disable base pointer register when it is clobbered.

Phoebe Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 20 17:23:46 PST 2023


pengfei added a comment.

Should `asm volatile ("nop"::"S"(405):);` be `asm volatile ("nop"::"b"(405):);`?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144439/new/

https://reviews.llvm.org/D144439



More information about the llvm-commits mailing list