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
Differential D148770
Switch `llvm/CodeGen/MachineValueType.h` to the generated one chapuni on Apr 19 2023, 5:50 PM. Authored by
Details 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" 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? |