[all-commits] [llvm/llvm-project] eff105: Bitset: remove some GCC<6.2 workarounds related to...

Fangrui Song via All-commits all-commits at lists.llvm.org
Wed Aug 23 18:44:12 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: eff105b1bde3333f0bea6d567dd09e44d4fb4b85
      https://github.com/llvm/llvm-project/commit/eff105b1bde3333f0bea6d567dd09e44d4fb4b85
  Author: Fangrui Song <i at maskray.me>
  Date:   2023-08-23 (Wed, 23 Aug 2023)

  Changed paths:
    M llvm/include/llvm/ADT/Bitset.h
    M llvm/include/llvm/TargetParser/SubtargetFeature.h
    M llvm/lib/TargetParser/X86TargetParser.cpp

  Log Message:
  -----------
  Bitset: remove some GCC<6.2 workarounds related to bitwise operators

GCC<6.2 has been unsupported since April 2022 (commit 4c72deb613d9d8838785b431facb3eb480fb2f51).

X86TargetParser.cpp has another workaround that the other 2 nearly identical places don't have. Remove them as well.

Reviewed By: arsenm, craig.topper

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




More information about the All-commits mailing list