[all-commits] [llvm/llvm-project] 21f1f9: [IR2Vec][llvm-ir2vec] Changing clEnumValN to cl::S...

Stanislav Mekhanoshin via All-commits all-commits at lists.llvm.org
Sat Aug 2 14:07:20 PDT 2025


  Branch: refs/heads/users/rampitec/08-02-_amdgpu_v_cvt_scalef32_sr_pk16__gfx1250_instructions
  Home:   https://github.com/llvm/llvm-project
  Commit: 21f1f9558df3830ffa637def364e3c0cb0dbb3c0
      https://github.com/llvm/llvm-project/commit/21f1f9558df3830ffa637def364e3c0cb0dbb3c0
  Author: S. VenkataKeerthy <31350914+svkeerthy at users.noreply.github.com>
  Date:   2025-08-02 (Sat, 02 Aug 2025)

  Changed paths:
    M llvm/docs/CommandGuide/llvm-ir2vec.rst
    M llvm/test/tools/llvm-ir2vec/embeddings.ll
    M llvm/test/tools/llvm-ir2vec/entities.ll
    M llvm/test/tools/llvm-ir2vec/error-handling.ll
    M llvm/test/tools/llvm-ir2vec/triplets.ll
    M llvm/tools/llvm-ir2vec/llvm-ir2vec.cpp
    M llvm/utils/mlgo-utils/IR2Vec/generateTriplets.py

  Log Message:
  -----------
  [IR2Vec][llvm-ir2vec] Changing clEnumValN to cl::SubCommand (#151384)

Refactor llvm-ir2vec to use subcommands instead of a mode flag for better CLI usability.

- Converted the `--mode` flag to three distinct subcommands: `triplets`, `entities`, and `embeddings`
- Updated documentation, tests, and python script


  Commit: 38efbd4ce7869466229486ec03f4b08872a836e1
      https://github.com/llvm/llvm-project/commit/38efbd4ce7869466229486ec03f4b08872a836e1
  Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
  Date:   2025-08-02 (Sat, 02 Aug 2025)

  Changed paths:
    M llvm/docs/CommandGuide/llvm-ir2vec.rst
    M llvm/test/tools/llvm-ir2vec/embeddings.ll
    M llvm/test/tools/llvm-ir2vec/entities.ll
    M llvm/test/tools/llvm-ir2vec/error-handling.ll
    M llvm/test/tools/llvm-ir2vec/triplets.ll
    M llvm/tools/llvm-ir2vec/llvm-ir2vec.cpp
    M llvm/utils/mlgo-utils/IR2Vec/generateTriplets.py

  Log Message:
  -----------
  Merge branch 'main' into users/rampitec/08-02-_amdgpu_v_cvt_scalef32_sr_pk16__gfx1250_instructions


Compare: https://github.com/llvm/llvm-project/compare/144a5139c321...38efbd4ce786

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