[all-commits] [llvm/llvm-project] 095d46: [X86] Add constant comments for VGF2P8AFFINEQB rmb...
hanbeom via All-commits
all-commits at lists.llvm.org
Wed Apr 29 08:15:05 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 095d465cddb90568c89055eae197778b54589a06
https://github.com/llvm/llvm-project/commit/095d465cddb90568c89055eae197778b54589a06
Author: hanbeom <kese111 at gmail.com>
Date: 2026-04-30 (Thu, 30 Apr 2026)
Changed paths:
M llvm/lib/Target/X86/X86MCInstLower.cpp
M llvm/test/CodeGen/X86/bitreverse.ll
M llvm/test/CodeGen/X86/gfni-funnel-shifts.ll
M llvm/test/CodeGen/X86/gfni-lzcnt.ll
M llvm/test/CodeGen/X86/gfni-rotates.ll
M llvm/test/CodeGen/X86/gfni-shifts.ll
M llvm/test/CodeGen/X86/gfni-tzcnt.ll
M llvm/test/CodeGen/X86/vector-bitreverse.ll
Log Message:
-----------
[X86] Add constant comments for VGF2P8AFFINEQB rmbi forms (#194789)
Handle AVX-512 VGF2P8AFFINEQB rmbi instructions in X86MCInstLower.
Unlike the existing rmi forms, rmbi uses a 64-bit broadcast memory
operand, so the constant pool entry may only contain the broadcast
source instead of a full-width vector constant. Print that constant
repeated across the destination vector width when forming the asm
comment.
Related: https://github.com/llvm/llvm-project/pull/194572
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