[all-commits] [llvm/llvm-project] 27e01d: [X86] Use new Flags argument to storeRegToStackSlo...

Craig Topper via All-commits all-commits at lists.llvm.org
Wed Jan 29 09:45:50 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 27e01d1d74bf5990e2ec69b8d588eb1baa401ed9
      https://github.com/llvm/llvm-project/commit/27e01d1d74bf5990e2ec69b8d588eb1baa401ed9
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2025-01-29 (Wed, 29 Jan 2025)

  Changed paths:
    M llvm/lib/Target/X86/X86FrameLowering.cpp
    M llvm/lib/Target/X86/X86InstrInfo.cpp

  Log Message:
  -----------
  [X86] Use new Flags argument to storeRegToStackSlot to simplify code. NFC (#124658)

Use the Flags argument to add FrameSetup directly instead of walking
backwards to add the flag after the call.



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