[PATCH] D101657: [PowerPC] Handle inline assembly clobber of link regsiter

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 3 17:49:06 PDT 2021


efriedma added a comment.

You probably also want the following testcase:

  define void @UseLR() {
    tail call void asm sideeffect "", "{lr}"(i32 1)
    ret void
  }


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101657



More information about the llvm-commits mailing list