[all-commits] [llvm/llvm-project] c0eb9b: Revert D121984 "[RISCV][NFC] Moving RVV intrinsic ...

Fangrui Song via All-commits all-commits at lists.llvm.org
Mon Mar 28 01:17:50 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c0eb9b4cdef6049ebabb4018d3c9dcb0dc699868
      https://github.com/llvm/llvm-project/commit/c0eb9b4cdef6049ebabb4018d3c9dcb0dc699868
  Author: Fangrui Song <i at maskray.me>
  Date:   2022-03-28 (Mon, 28 Mar 2022)

  Changed paths:
    M clang/utils/TableGen/RISCVVEmitter.cpp
    R llvm/include/llvm/Support/RISCVVIntrinsicUtils.h
    M llvm/lib/Support/CMakeLists.txt
    R llvm/lib/Support/RISCVVIntrinsicUtils.cpp

  Log Message:
  -----------
  Revert D121984 "[RISCV][NFC] Moving RVV intrinsic type related util to llvm/Support"

This reverts commit ad57e10dbca2fdeff1448afc0aa1cf23d6df8736 and 1967fd8d5e7e40a987d8f65d163c7eb8f4b9e76f

llvm/lib/Support/RISCVVIntrinsicUtils.cpp introduced llvm/TableGen includes,
a circular dependency https://llvm.org/docs/CodingStandards.html#library-layering
I think this particular instance is serious and should be reverted.




More information about the All-commits mailing list