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

Joel Jones via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 10 23:00:48 PDT 2019


joelkevinjones added a comment.

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.


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