[all-commits] [llvm/llvm-project] b22825: [ARM] Introduce intrinsics for MVE fma under stric...

David Green via All-commits all-commits at lists.llvm.org
Sun Nov 30 03:13:14 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b22825631293c19f70ca9969bd9de6094c688430
      https://github.com/llvm/llvm-project/commit/b22825631293c19f70ca9969bd9de6094c688430
  Author: David Green <david.green at arm.com>
  Date:   2025-11-30 (Sun, 30 Nov 2025)

  Changed paths:
    M clang/include/clang/Basic/arm_mve.td
    M clang/include/clang/Basic/arm_mve_defs.td
    M clang/test/CodeGen/arm-mve-intrinsics/ternary.c
    M clang/utils/TableGen/MveEmitter.cpp
    M llvm/include/llvm/IR/IntrinsicsARM.td
    M llvm/lib/Target/ARM/ARMInstrMVE.td
    M llvm/test/CodeGen/Thumb2/mve-intrinsics/strict-intrinsics.ll

  Log Message:
  -----------
  [ARM] Introduce intrinsics for MVE fma under strict-fp. (#169771)

Similar to #169156, this adds an @arm.mve.fma intrinsic for strict-fp. A
Builder class is added to act as the common subclass of IRBuilder and
IRInt.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list