[PATCH] D107611: [ARC] Add codegen for llvm.ctlz intrinsic for the ARC backend
    Thomas Johnson via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Thu Aug  5 16:48:09 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.
----------------
I just realized I made a bad merge here and dropped the `}`. Fixing it now.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107611/new/
https://reviews.llvm.org/D107611
    
    
More information about the cfe-commits
mailing list