[PATCH] D135951: [X86][1/2] SUPPORT RAO-INT

Freddy, Ye via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 26 22:54:24 PDT 2022


FreddyYe added inline comments.


================
Comment at: clang/docs/ReleaseNotes.rst:553
 - Fix 32-bit ``__fastcall`` and ``__vectorcall`` ABI mismatch with MSVC.
+- Add support for ``RAO-INT`` instructions.
 
----------------
Add bullets for supported intrinsics.


================
Comment at: clang/test/CodeGen/X86/raoint-builtins.c:2
+// RUN: %clang_cc1 %s -ffreestanding -triple=x86_64-unknown-unknown -target-feature +raoint \
+// RUN: -emit-llvm -o - -Wall -Werror -pedantic -Wno-gnu-statement-expression | FileCheck %s
+
----------------
32 bit test coverage.


================
Comment at: llvm/lib/Target/X86/X86InstrRAOINT.td:9
+//
+// This file describes the instructions that make up the Intel AMX instruction
+// set.
----------------
RAOINT


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135951



More information about the cfe-commits mailing list