Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I could not measure any consistent slow-down when building lib/Target/AMDGPU/AMDGPUGenDAGISel.inc with this patch.
llvm/utils/TableGen/CodeGenDAGPatterns.cpp | ||
---|---|---|
890–891 | Could just move this to limit the part with the dumps and still print the error |
llvm/utils/TableGen/CodeGenDAGPatterns.cpp | ||
---|---|---|
890–891 | We print the error unconditionally in the PrintFatalError call below. The only reason for these errs() is to provide a bit of context for the dump()s. |
Should switch these to errs