[all-commits] [llvm/llvm-project] d9630c: [PowerPC][GISel] Select sync instructions required...

bzEq via All-commits all-commits at lists.llvm.org
Wed Jan 11 00:26:02 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d9630c34f44d9ab88fcbe5726a153eef03f82476
      https://github.com/llvm/llvm-project/commit/d9630c34f44d9ab88fcbe5726a153eef03f82476
  Author: Kai Luo <lkail at cn.ibm.com>
  Date:   2023-01-11 (Wed, 11 Jan 2023)

  Changed paths:
    M llvm/lib/Target/PowerPC/GISel/PPCRegisterBankInfo.cpp
    A llvm/test/CodeGen/PowerPC/GlobalISel/ppc-isel-sync.ll

  Log Message:
  -----------
  [PowerPC][GISel] Select sync instructions required by atomic operations

This is part of selecting `G_ATOMIC*` instructions. Select `isync`, `sync` and `lwsync` in GISel.

Reviewed By: arsenm

Differential Revision: https://reviews.llvm.org/D141360




More information about the All-commits mailing list