[PATCH] D114652: [AMDGPU] Move call clobbered return address registers s[30:31] to callee saved range

Venkata Ramanaiah Nalamothu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 22 07:24:06 PST 2021


RamNalamothu marked an inline comment as done.
RamNalamothu added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/SIInstrInfo.cpp:2089
+    MI.eraseFromParent();
+  }
   }
----------------
arsenm wrote:
> Should break or return true, I don't like switch fallthrough here
Ah, thanks for catching it. Fixed in the committed changes.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114652



More information about the llvm-commits mailing list