[all-commits] [llvm/llvm-project] 9dc7d6: [SystemZ] Give the EXRL_Pseudo a size value of 6 b...

Jonas Paulsson via All-commits all-commits at lists.llvm.org
Wed Nov 10 09:52:38 PST 2021


  Branch: refs/heads/release/13.x
  Home:   https://github.com/llvm/llvm-project
  Commit: 9dc7d6d5e3261f2cb1ae746ddaaf2f4d4f1f5350
      https://github.com/llvm/llvm-project/commit/9dc7d6d5e3261f2cb1ae746ddaaf2f4d4f1f5350
  Author: Jonas Paulsson <paulsson at linux.vnet.ibm.com>
  Date:   2021-11-10 (Wed, 10 Nov 2021)

  Changed paths:
    M llvm/lib/Target/SystemZ/SystemZInstrInfo.td

  Log Message:
  -----------
  [SystemZ] Give the EXRL_Pseudo a size value of 6 bytes.

This pseudo is expanded very late (AsmPrinter) and therefore has to have a
correct size value, or the branch relaxation pass may make a wrong decision.

Review: Ulrich Weigand
(cherry picked from commit 12b44bf5ee3eee46062b5f8f208be20edd0b3e06)




More information about the All-commits mailing list