[PATCH] D138579: [AArch64] Assembly support for FEAT_LRCPC3
    Dave Green via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Nov 24 04:28:27 PST 2022
    
    
  
dmgreen added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64InstrFormats.td:11772
+      : I<oops, iops, asm, operands, cstr, []>,
+        Sched<[]> {
+  bits<5> Rt;
----------------
One extra nit: Can we add a scheduling description? These sound like they can use WriteAtomic.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138579/new/
https://reviews.llvm.org/D138579
    
    
More information about the llvm-commits
mailing list