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

Jonas Paulsson via All-commits all-commits at lists.llvm.org
Fri Oct 22 08:40:20 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 12b44bf5ee3eee46062b5f8f208be20edd0b3e06
      https://github.com/llvm/llvm-project/commit/12b44bf5ee3eee46062b5f8f208be20edd0b3e06
  Author: Jonas Paulsson <paulsson at linux.vnet.ibm.com>
  Date:   2021-10-22 (Fri, 22 Oct 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




More information about the All-commits mailing list