[all-commits] [llvm/llvm-project] 72ed80: [MIR] Remove separate Size variable from parseMach...

Craig Topper via All-commits all-commits at lists.llvm.org
Wed Jul 31 22:58:06 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 72ed80866fcfe1366ab49995d23782e8566cec43
      https://github.com/llvm/llvm-project/commit/72ed80866fcfe1366ab49995d23782e8566cec43
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2024-07-31 (Wed, 31 Jul 2024)

  Changed paths:
    M llvm/lib/CodeGen/MIRParser/MIParser.cpp

  Log Message:
  -----------
  [MIR] Remove separate Size variable from parseMachineMemoryOperand. NFC (#101453)

Size is updated in sync with MemoryType. Instead of maintaining a
separate Size, use the size from MemoryType where needed.



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