[all-commits] [llvm/llvm-project] a89669: [X86][MC] Drop optional from LowerMachineOperand (...

Alexis Engelke via All-commits all-commits at lists.llvm.org
Sat Jun 22 00:21:06 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a89669cb6ba7d0fbda0785650f03390b55a7650f
      https://github.com/llvm/llvm-project/commit/a89669cb6ba7d0fbda0785650f03390b55a7650f
  Author: Alexis Engelke <engelke at in.tum.de>
  Date:   2024-06-22 (Sat, 22 Jun 2024)

  Changed paths:
    M llvm/lib/Target/X86/X86MCInstLower.cpp

  Log Message:
  -----------
  [X86][MC] Drop optional from LowerMachineOperand (#96338)

This caused the MCOperand to be returned in memory. An MCOperand is only
16 bytes and therefore can be returned in registers on x86-64 and
AArch64 (and others).



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list