[all-commits] [llvm/llvm-project] ebe069: [NFC] Replace hard-coded usages of SystemZ::R15D w...

Anirudh Prasad via All-commits all-commits at lists.llvm.org
Fri Sep 24 12:21:11 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ebe06910ce2623f525e458a91d7e5a1858163226
      https://github.com/llvm/llvm-project/commit/ebe06910ce2623f525e458a91d7e5a1858163226
  Author: Anirudh Prasad <anirudh_prasad at hotmail.com>
  Date:   2021-09-24 (Fri, 24 Sep 2021)

  Changed paths:
    M llvm/lib/Target/SystemZ/SystemZISelLowering.cpp

  Log Message:
  -----------
  [NFC] Replace hard-coded usages of SystemZ::R15D with SpecialRegisters API

This patch changes hard-coded usages of SystemZ::R15D with calls to the getStackPointerRegister function. Uses in the LowerCall function are avoided to avoid merge conflicts with an expected upcoming patch.

Reviewed By: uweigand

Differential Revision: https://reviews.llvm.org/D109702




More information about the All-commits mailing list