Prune SupportTests/MVTTest since it is no longer needed.
See also, "[RFC] Let MVT generated and restore MVT into llvm/CodeGen"
https://discourse.llvm.org/t/rfc-let-mvt-generated-and-restore-mvt-into-llvm-codegen/69547
Depends on D148769
Paths
| Differential D148770
Switch `llvm/CodeGen/MachineValueType.h` to the generated one ClosedPublic Authored by chapuni on Apr 19 2023, 5:50 PM.
Details Summary Prune SupportTests/MVTTest since it is no longer needed. See also, "[RFC] Let MVT generated and restore MVT into llvm/CodeGen" Depends on D148769
Diff Detail
Event TimelineComment Actions These series can close my RFC. Feel free to add other reviewers/subscribers. "[RFC] Let MVT generated and restore MVT into llvm/CodeGen" This revision is now accepted and ready to land.Apr 25 2023, 3:44 AM This revision was landed with ongoing or failed builds.May 2 2023, 8:18 AM Closed by commit rG631bfdbee5b4: Switch `llvm/CodeGen/MachineValueType.h` to the generated one (authored by chapuni). · Explain Why This revision was automatically updated to reflect the committed changes. Comment Actions This adds a dependency cycle: //llvm/utils/TableGen:llvm-tblgen -> //llvm/utils/TableGen/GlobalISel:GlobalISel -> //llvm/include/llvm/CodeGen:GenVT -> //llvm/utils/TableGen:llvm-tblgen Comment Actions Oh I see, that's what D146352 is for. That's a lot of machinery. Is there any benefit to these changes too to justify that?
Revision Contents
Diff 516183 llvm/include/llvm/CMakeLists.txt
llvm/include/llvm/CodeGen/CMakeLists.txt
llvm/include/llvm/CodeGen/MachineValueType.h
llvm/include/llvm/module.extern.modulemap
llvm/include/llvm/module.install.modulemap
llvm/include/llvm/module.modulemap
llvm/lib/CodeGen/CMakeLists.txt
llvm/unittests/Support/CMakeLists.txt
llvm/unittests/Support/MVTTest.cpp
llvm/unittests/Support/MachineValueType.h
llvm/utils/TableGen/GlobalISel/CMakeLists.txt
utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
utils/bazel/llvm-project-overlay/llvm/unittests/BUILD.bazel
|
clang-format not found in user’s local PATH; not linting file.