[PATCH] D123782: [AArch64] Generate AND in place of CSEL for Table Based CTTZ lowering in -O3

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 19 00:24:02 PDT 2022


djtodoro added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/table-based-cttz.ll:1
+; RUN: llc -march=aarch64 < %s | FileCheck %s
+
----------------
Can we add a top-level comment here, describing what we are testing?


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

https://reviews.llvm.org/D123782



More information about the llvm-commits mailing list