[all-commits] [llvm/llvm-project] 72e757: [GlobalISel][AArch64] Fix pcsections for expanded ...

Marco Elver via All-commits all-commits at lists.llvm.org
Thu Sep 15 01:44:27 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 72e7575ffe60bc396f207c0b278b8b1a017e87bb
      https://github.com/llvm/llvm-project/commit/72e7575ffe60bc396f207c0b278b8b1a017e87bb
  Author: Marco Elver <elver at google.com>
  Date:   2022-09-15 (Thu, 15 Sep 2022)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp
    M llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
    A llvm/test/CodeGen/AArch64/GlobalISel/arm64-pcsections.ll
    M llvm/test/CodeGen/AArch64/pcsections.ll

  Log Message:
  -----------
  [GlobalISel][AArch64] Fix pcsections for expanded atomics and add more tests

Add fix for propagation of !pcsections metadata for expanded atomics,
together with more tests for interesting atomic instructions (based on
llvm/test/CodeGen/AArch64/GlobalISel/arm64-atomic.ll).

Reviewed By: arsenm

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




More information about the All-commits mailing list