[PATCH] D120411: [X86] Replace __m[128|256|512]bh with __m[128|256|512]i and mark the former deprecated

Phoebe Wang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 23 07:12:35 PST 2022


pengfei created this revision.
pengfei added reviewers: skan, RKSimon, craig.topper, FreddyYe, LuoYuanke.
pengfei requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

As discussed on D120395 <https://reviews.llvm.org/D120395>, we should prohibit arithmetic operations for
__m[128|256|512]bh as well. But them may be used for ABI type in future,
so replace them with __m[128|256|512]i.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D120411

Files:
  clang/lib/Headers/avx512bf16intrin.h
  clang/lib/Headers/avx512vlbf16intrin.h
  clang/test/CodeGen/X86/avx512bf16-builtins.c
  clang/test/CodeGen/X86/avx512bf16-error.c
  clang/test/CodeGen/X86/avx512vlbf16-builtins.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120411.410819.patch
Type: text/x-patch
Size: 38870 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220223/fdf31d84/attachment-0001.bin>


More information about the cfe-commits mailing list