[all-commits] [llvm/llvm-project] 93d9c2: [SVE] Commonise bfmlal* and fmlal* instruction cla...

david-arm via All-commits all-commits at lists.llvm.org
Wed Dec 7 01:30:46 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 93d9c2e563cf63b852ead108340e94bd213ea2a6
      https://github.com/llvm/llvm-project/commit/93d9c2e563cf63b852ead108340e94bd213ea2a6
  Author: David Sherwood <david.sherwood at arm.com>
  Date:   2022-12-07 (Wed, 07 Dec 2022)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
    M llvm/lib/Target/AArch64/SVEInstrFormats.td

  Log Message:
  -----------
  [SVE] Commonise bfmlal* and fmlal* instruction classes

Given the significant commonality between the bfmlal* and fmlal*
instructions it makes sense to use just a single class for both.
We can do this now that the bfmlal* lane intrinsics take a i32
index.

Differential Revision: https://reviews.llvm.org/D138906




More information about the All-commits mailing list