[all-commits] [llvm/llvm-project] 10417a: [X86] Standardize BROADCAST enum names (PR31079)
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sat Feb 8 08:59:52 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 10417ad2e4b5dccc9642960b9ee0ca5bd53bfb7c
https://github.com/llvm/llvm-project/commit/10417ad2e4b5dccc9642960b9ee0ca5bd53bfb7c
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-02-08 (Sat, 08 Feb 2020)
Changed paths:
M llvm/lib/Target/X86/MCTargetDesc/X86InstComments.cpp
M llvm/lib/Target/X86/X86InstrAVX512.td
M llvm/lib/Target/X86/X86InstrFoldTables.cpp
M llvm/lib/Target/X86/X86InstrInfo.cpp
M llvm/lib/Target/X86/X86MCInstLower.cpp
M llvm/lib/Target/X86/X86SchedSkylakeServer.td
M llvm/lib/Target/X86/X86SpeculativeLoadHardening.cpp
M llvm/test/CodeGen/X86/evex-to-vex-compress.mir
Log Message:
-----------
[X86] Standardize BROADCAST enum names (PR31079)
Tweak EVEX implementation names so it matches the other variants by adding the 'r' prefix. Oddly some of the subvec broadcast ops already matched.
More information about the All-commits
mailing list