[all-commits] [llvm/llvm-project] 7963d9: [X86][EVEX512] Add `HasEVEX512` when `NoVLX` used ...
Phoebe Wang via All-commits
all-commits at lists.llvm.org
Sun May 5 03:40:48 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7963d9a2b3c20561278a85b19e156e013231342c
https://github.com/llvm/llvm-project/commit/7963d9a2b3c20561278a85b19e156e013231342c
Author: Phoebe Wang <phoebe.wang at intel.com>
Date: 2024-05-05 (Sun, 05 May 2024)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/lib/Target/X86/X86InstrAVX512.td
A llvm/test/CodeGen/X86/pr90844.ll
Log Message:
-----------
[X86][EVEX512] Add `HasEVEX512` when `NoVLX` used for 512-bit patterns (#91106)
With KNL/KNC being deprecated, we don't need to care about such no VLX
cases anymore. We may remove such patterns in the future.
Fixes #90844
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