[PATCH] D63004: [TargetLowering] Simplify (ctpop x) == 1

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 11 03:44:47 PDT 2019


xbolva00 added a comment.

In D63004#1537476 <https://reviews.llvm.org/D63004#1537476>, @joelkevinjones wrote:

> I know this is a little late, but is the second run line of `test/CodeGen/AArch64/arm64-popcnt.ll` correct? If I build with `-DLLVM_TARGETS_TO_BUILD=AArch64;X86` I get an error. As far as I can tell, using `grep -l 'RUN.*triple=armv8' -R ../test/` armv8a is dealt with as an ARM target, not an AArch64 one, which is weird in and of itself.


Ok, I will try to move it. Thanks for report.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D63004





More information about the llvm-commits mailing list