[all-commits] [llvm/llvm-project] 8c058d: [SVE] Remove TypeSize comparison operators

david-arm via All-commits all-commits at lists.llvm.org
Thu Oct 29 07:32:56 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 8c058dd2d752f9ac26a085eb93e1b6e864583be0
      https://github.com/llvm/llvm-project/commit/8c058dd2d752f9ac26a085eb93e1b6e864583be0
  Author: David Sherwood <david.sherwood at arm.com>
  Date:   2020-10-29 (Thu, 29 Oct 2020)

  Changed paths:
    M llvm/include/llvm/Support/TypeSize.h

  Log Message:
  -----------
  [SVE] Remove TypeSize comparison operators

All known instances in the code where we relied upon the TypeSize
comparison operators have now been changed to either use scalar
interger comparisons or one of the TypeSize::isKnownXY functions.
It is now safe to remove the comparison operators.

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




More information about the All-commits mailing list