[all-commits] [llvm/llvm-project] 33287e: [X86] Emit verbose (constant) comments before EVEX...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Thu Jan 18 07:13:53 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 33287e35f21ea2aef697f3df797fe9dd07cd6cb1
      https://github.com/llvm/llvm-project/commit/33287e35f21ea2aef697f3df797fe9dd07cd6cb1
  Author: Simon Pilgrim <RKSimon at users.noreply.github.com>
  Date:   2024-01-18 (Thu, 18 Jan 2024)

  Changed paths:
    M llvm/lib/Target/X86/X86MCInstLower.cpp
    M llvm/test/CodeGen/X86/avx2-intrinsics-x86.ll
    M llvm/test/CodeGen/X86/avx512bwvl-intrinsics.ll
    M llvm/test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll
    M llvm/test/CodeGen/X86/sse2-intrinsics-x86.ll
    M llvm/test/CodeGen/X86/sse41-intrinsics-x86.ll
    M llvm/test/CodeGen/X86/vec_fpext.ll

  Log Message:
  -----------
  [X86] Emit verbose (constant) comments before EVEX compression tag (#78585)

This helps ensure the encoding details are next to the EVEX tag

Noticed while preparing to add more constant commenting as part of #73783 and #71078




More information about the All-commits mailing list