[PATCH] D107611: [ARC] Add codegen for llvm.ctlz intrinsic for the ARC backend

Thomas Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 5 16:51:24 PDT 2021


thomasjohns added inline comments.


================
Comment at: llvm/lib/Target/ARC/ARCInstrInfo.td:314
   defm NORMH : ArcUnaryEXT5Inst<0b001000,"normh">;
+
+// TODO: Add `Requires<[HasBitScan]>` predicate when available.
----------------
thomasjohns wrote:
> I just realized I made a bad merge here and dropped the `}`. Fixing it now.
I'll also move this pseudo instruction to be next to the other pseudo instructions


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107611



More information about the llvm-commits mailing list