[all-commits] [llvm/llvm-project] a93d03: [TableGen] Change representation of ArgumentAttrib...

Nikita Popov via All-commits all-commits at lists.llvm.org
Tue Oct 11 06:03:58 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a93d03310e2c02fa5e24544df4706650f85788f7
      https://github.com/llvm/llvm-project/commit/a93d03310e2c02fa5e24544df4706650f85788f7
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2022-10-11 (Tue, 11 Oct 2022)

  Changed paths:
    M llvm/utils/TableGen/CodeGenIntrinsics.h
    M llvm/utils/TableGen/CodeGenTarget.cpp
    M llvm/utils/TableGen/IntrinsicEmitter.cpp

  Log Message:
  -----------
  [TableGen] Change representation of ArgumentAttributes (NFC)

Instead of a flat list that includes the argument index, use a
nested vector, where each inner vector is the attribute set for
a single argument. This is more obvious and makes followup changes
simpler.




More information about the All-commits mailing list