[PATCH] D136439: [AArch64][SVE2] Add the SVE2.1 bfmlslb and bfmlslt instructions

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 21 09:15:33 PDT 2022


david-arm marked an inline comment as done.
david-arm added inline comments.


================
Comment at: llvm/lib/Target/AArch64/AArch64SchedNeoverseN2.td:2051
 // Multiply accumulate long
 def : InstRW<[N2Write_4cyc_1V], (instregex "^BFMLAL[BT]_ZZ[ZI]$")>;
 
----------------
c-rhodes wrote:
> I suspect the reason the scheduler model failed to compile is this regex no longer matches and the model is marked as complete? The regex should now be `^BFMLAL[BT]_ZZZI?$`, although I don't really get how what you did fixed this.
Good shout! I've fixed the regex instead.


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

https://reviews.llvm.org/D136439



More information about the llvm-commits mailing list