[all-commits] [llvm/llvm-project] d76235: [NFC] Properly handle optional minor value for Arc...

Zixu Wang via All-commits all-commits at lists.llvm.org
Thu Mar 2 17:28:36 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d7623507ac25635f0fdbf84161a744684f4da338
      https://github.com/llvm/llvm-project/commit/d7623507ac25635f0fdbf84161a744684f4da338
  Author: Zixu Wang <zixu_wang at apple.com>
  Date:   2023-03-02 (Thu, 02 Mar 2023)

  Changed paths:
    M llvm/include/llvm/TargetParser/AArch64TargetParser.h

  Log Message:
  -----------
  [NFC] Properly handle optional minor value for ArchInfo::Version

Use `value_or` instead of `value` for checking minor versions in
`ArchInfo::implies`.

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




More information about the All-commits mailing list