This is rework of;
- rG13e77db2df94 (r328395; MVT)
Since LowLevelType.h has been restored to CodeGen, MachinveValueType.h
can be restored as well.
Depends on D148767
Differential D149024 Authored by chapuni on Apr 23 2023, 9:22 AM.
Details Summary This is rework of;
Since LowLevelType.h has been restored to CodeGen, MachinveValueType.h Depends on D148767
Diff Detail
Event Timelinechapuni added a child revision: D148769: Split out `CodeGenTypes` from `CodeGen` for LLT/MVT.Apr 23 2023, 9:28 AM This revision is now accepted and ready to land.Apr 24 2023, 1:07 PM chapuni retitled this revision from Restore CodeGen/MachineValueType.h to Restore CodeGen/MachineValueType.h from `Support`. Comment Actions
This revision was landed with ongoing or failed builds.May 2 2023, 8:18 AM Closed by commit rGc1221251fbb1: Restore CodeGen/MachineValueType.h from `Support` (authored by chapuni). · Explain Why This revision was automatically updated to reflect the committed changes. Comment Actions Hello @chapuni, the commit breaks MLIR build, because the old path is used e.g. in https://github.com/llvm/llvm-project/blob/main/mlir/tools/mlir-tblgen/LLVMIRIntrinsicGen.cpp Comment Actions
This broke a lot of bots, not just the MLIR bot, so please fix or revert: Comment Actions
Thank you! Comment Actions
Thank you, that seemed to fix the MLIR issues, though I notice one of the bots has a different kind of issue that is probably unrelated to your changes: https://lab.llvm.org/buildbot/#/builders/197/builds/4720/steps/7/logs/FAIL__LLVM__sme-aarch64-svcount_ll
Revision Contents
Diff 518744 |