search for: dumpscheduledstate

Displaying 9 results from an estimated 9 matches for "dumpscheduledstate".

2017 Apr 06
4
Question about LLVM Building Error with "-DLLVM_ENABLE_DUMP" and "RelWithDebInfo"
...error messages like below. llvm/lib/CodeGen/MachineRegisterInfo.cpp:462:67: error: no ‘void llvm::MachineRegisterInfo::dumpUses(unsigned int) const’ member function declared in class ‘llvm::MachineRegisterInfo’ llvm/lib/CodeGen/MachineScheduler.cpp:2331:57: error: no ‘void llvm::SchedBoundary::dumpScheduledState()’ member function declared in class ‘llvm::SchedBoundary’ ... It seems the "defined(LLVM_ENABLE_DUMP)" is needed on several locations. How do you think about it? I have attached the diff file about the locations for reference. If I missed something, please let me know. Thanks, Ji...
2017 Sep 26
0
Errors linking with LLVM 5.0 - dump() missing
...another such case, which I tried fixing, and then it hit another, and another. Here is what I have found so far that would need to be fixed under the current arrangement. LLVM_ENABLE_DUMP added to: include/llvm/CodeGen/MachineRegisterInfo.h dumpUses() include/llvm/CodeGen/MachineScheduler.h dumpScheduledState() include/llvm/CodeGen/TargetSchedule.h getResourceName() include/llvm/MC/MCSchedule.h Name utils/TableGen/SubtargetEmitter.cpp emitted code inside EmitSchedModel() Unknown location in AArch64 This is not the end. I just lost track of what to change at this point. Perhaps it would b...
2017 Sep 26
3
Errors linking with LLVM 5.0 - dump() missing
...g, and then it hit another, and another. Here is what I have found so far that would need to be fixed under the current arrangement. > > LLVM_ENABLE_DUMP added to: > > include/llvm/CodeGen/MachineRegisterInfo.h > dumpUses() > > include/llvm/CodeGen/MachineScheduler.h > dumpScheduledState() > > include/llvm/CodeGen/TargetSchedule.h > getResourceName() > > include/llvm/MC/MCSchedule.h > Name > > utils/TableGen/SubtargetEmitter.cpp > emitted code inside EmitSchedModel() > > Unknown location in AArch64 > This is not the end. I just lost trac...
2017 Apr 09
3
Question about LLVM Building Error with "-DLLVM_ENABLE_DUMP" and "RelWithDebInfo"
...t; >> llvm/lib/CodeGen/MachineRegisterInfo.cpp:462:67: error: no ‘void llvm::MachineRegisterInfo::dumpUses(unsigned int) const’ member function declared in class ‘llvm::MachineRegisterInfo’ >> >> llvm/lib/CodeGen/MachineScheduler.cpp:2331:57: error: no ‘void llvm::SchedBoundary::dumpScheduledState()’ member function declared in class ‘llvm::SchedBoundary’ >> >> ... >> >> It seems the "defined(LLVM_ENABLE_DUMP)" is needed on several locations. How do you think about it? I have attached the diff file about the locations for reference. If I missed something,...
2017 Sep 26
2
Errors linking with LLVM 5.0 - dump() missing
On 09/25/2017 06:19 PM, Matthias Braun wrote: > >> On Sep 25, 2017, at 6:03 PM, David Keaton via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> >> On 09/25/2017 02:53 PM, Matthias Braun via llvm-dev wrote: >>> The dump methods can be included in the release builds anyway by enabling LLVM_ENABLE_DUMP. >> >> Is there a way to pass
2017 Apr 10
5
Question about LLVM Building Error with "-DLLVM_ENABLE_DUMP" and "RelWithDebInfo"
...erInfo.cpp:462:67: error: no ‘void >> llvm::MachineRegisterInfo::dumpUses(unsigned int) const’ member function >> declared in class ‘llvm::MachineRegisterInfo’ >>>> >>>> llvm/lib/CodeGen/MachineScheduler.cpp:2331:57: error: no ‘void >> llvm::SchedBoundary::dumpScheduledState()’ member function declared in >> class ‘llvm::SchedBoundary’ >>>> >>>> ... >>>> >>>> It seems the "defined(LLVM_ENABLE_DUMP)" is needed on several >> locations. How do you think about it? I have attached the diff file about &g...
2017 Sep 27
0
Errors linking with LLVM 5.0 - dump() missing
...at I have found so far that would need to be fixed > under the current arrangement. > > > > LLVM_ENABLE_DUMP added to: > > > > include/llvm/CodeGen/MachineRegisterInfo.h > > dumpUses() > > > > include/llvm/CodeGen/MachineScheduler.h > > dumpScheduledState() > > > > include/llvm/CodeGen/TargetSchedule.h > > getResourceName() > > > > include/llvm/MC/MCSchedule.h > > Name > > > > utils/TableGen/SubtargetEmitter.cpp > > emitted code inside EmitSchedModel() > > > > Unknow...
2017 Apr 10
2
Question about LLVM Building Error with "-DLLVM_ENABLE_DUMP" and "RelWithDebInfo"
...gt;>> llvm::MachineRegisterInfo::dumpUses(unsigned int) const’ member function >>>> declared in class ‘llvm::MachineRegisterInfo’ >>>>>> >>>>>> llvm/lib/CodeGen/MachineScheduler.cpp:2331:57: error: no ‘void >>>> llvm::SchedBoundary::dumpScheduledState()’ member function declared in >>>> class ‘llvm::SchedBoundary’ >>>>>> >>>>>> ... >>>>>> >>>>>> It seems the "defined(LLVM_ENABLE_DUMP)" is needed on several >>>> locations. How do you think...
2017 Apr 10
2
Question about LLVM Building Error with "-DLLVM_ENABLE_DUMP" and "RelWithDebInfo"
...int) const’ member >>>>>> function >>>>>> declared in class ‘llvm::MachineRegisterInfo’ >>>>>>>> >>>>>>>> llvm/lib/CodeGen/MachineScheduler.cpp:2331:57: error: no ‘void >>>>>> llvm::SchedBoundary::dumpScheduledState()’ member function >>>>>> declared in >>>>>> class ‘llvm::SchedBoundary’ >>>>>>>> >>>>>>>> ... >>>>>>>> >>>>>>>> It seems the "defined(LLVM_ENABLE_DUMP)" is...