[all-commits] [llvm/llvm-project] a39784: CodeGen: Use else if between Value and PseudoSourc...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Sat Jun 25 06:42:35 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a397846cb0940e76136f3c9f399d86364f162922
      https://github.com/llvm/llvm-project/commit/a397846cb0940e76136f3c9f399d86364f162922
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2022-06-25 (Sat, 25 Jun 2022)

  Changed paths:
    M llvm/lib/CodeGen/MachineInstr.cpp

  Log Message:
  -----------
  CodeGen: Use else if between Value and PseudoSourceValue cases

These are mutually exclusive.


  Commit: 341e03f9f3c0e2abc975be39bd9862dd0f68ad8b
      https://github.com/llvm/llvm-project/commit/341e03f9f3c0e2abc975be39bd9862dd0f68ad8b
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2022-06-25 (Sat, 25 Jun 2022)

  Changed paths:
    M llvm/test/CodeGen/X86/unfoldMemoryOperand.mir

  Log Message:
  -----------
  X86: Regenerate test checks


  Commit: e7bc73739a00e471cb96527415e6819cebfc7e80
      https://github.com/llvm/llvm-project/commit/e7bc73739a00e471cb96527415e6819cebfc7e80
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2022-06-25 (Sat, 25 Jun 2022)

  Changed paths:
    M llvm/lib/CodeGen/GlobalISel/LoadStoreOpt.cpp
    M llvm/test/CodeGen/AArch64/GlobalISel/gisel-commandline-option.ll

  Log Message:
  -----------
  GlobalISel: Make LoadStoreOpt preserve all

Avoids dropping CSE info analysis


Compare: https://github.com/llvm/llvm-project/compare/8a7ead691bad...e7bc73739a00


More information about the All-commits mailing list