[PATCH] D88660: [AArch64] Add CPU Cortex-R82

Momchil Velikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 2 03:09:52 PDT 2020


chill added inline comments.


================
Comment at: clang/lib/Driver/ToolChains/Arch/AArch64.cpp:359
       const bool HasV83a = (std::find(ItBegin, ItEnd, "+v8.3a") != ItEnd);
       const bool HasV84a = (std::find(ItBegin, ItEnd, "+v8.4a") != ItEnd);
       if (!HasSHA2)
----------------
This is redundant, because of line 309.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88660/new/

https://reviews.llvm.org/D88660



More information about the llvm-commits mailing list