Displaying 7 results from an estimated 7 matches for "processimplicitdef".
Did you mean:
processimplicitdefs
2009 Jul 17
2
[LLVMdev] Bug in LiveIntervals? Please Examine
In LiveIntervals::processImplicitDefs() we have this:
for (MachineRegisterInfo::use_iterator UI = mri_->use_begin(Reg),
UE = mri_->use_end(); UI != UE; ) {
MachineOperand &RMO = UI.getOperand();
MachineInstr *RMI = &*UI;
++UI;
MachineBasicBlock *RMBB = RMI->getParent...
2009 Jul 17
0
[LLVMdev] Bug in LiveIntervals? Please Examine
On Jul 17, 2009, at 7:57 AM, David Greene wrote:
> In LiveIntervals::processImplicitDefs() we have this:
>
> for (MachineRegisterInfo::use_iterator UI = mri_->use_begin(Reg),
> UE = mri_->use_end(); UI != UE; ) {
> MachineOperand &RMO = UI.getOperand();
> MachineInstr *RMI = &*UI;
> ++UI;
> MachineBasicBlo...
2011 Apr 07
1
[LLVMdev] IMPLICIT_DEF?
Hi,
I have a MachineInstr that writes to a subreg, but clobbers the superreg.
How should I BuildMI this instruction?
I try to do a
IMPLICIT_DEF super_reg
and then write to a subreg of that super register
, but it gets DCE:ed.
Is there a way to express this clobbering of a superregister?
thanks,
Jonas
-------------- next part --------------
An HTML attachment was
2010 Oct 01
2
[LLVMdev] CMake "sudo make install" & headers
...n/MachineSSAUpdater.h
-- Installing: /usr/local/llvm-2.8/include/llvm/CodeGen/ObjectCodeEmitter.h
-- Installing: /usr/local/llvm-2.8/include/llvm/CodeGen/Passes.h
-- Installing: /usr/local/llvm-2.8/include/llvm/CodeGen/PostRAHazardRecognizer.h
-- Installing: /usr/local/llvm-2.8/include/llvm/CodeGen/ProcessImplicitDefs.h
-- Installing: /usr/local/llvm-2.8/include/llvm/CodeGen/PseudoSourceValue.h
-- Installing: /usr/local/llvm-2.8/include/llvm/CodeGen/RegAllocRegistry.h
-- Installing: /usr/local/llvm-2.8/include/llvm/CodeGen/RegisterCoalescer.h
-- Installing: /usr/local/llvm-2.8/include/llvm/CodeGen/RegisterScave...
2010 Oct 01
0
[LLVMdev] CMake "sudo make install" & headers
On Thu, Sep 30, 2010 at 3:08 PM, Samuel Williams
<space.ship.traveller at gmail.com> wrote:
> Hi,
>
> I might just be doing something stupid, but when I do
>
> $ cmake -DCMAKE_INSTALL_PREFIX=/usr/local/llvm-2.8 -DCMAKE_BUILD_TYPE=Release ..
> $ sudo make install
>
> I don't get the expected headers in
> /usr/local/llvm-2.8/include/llvm
>
> It is
2010 Sep 30
6
[LLVMdev] CMake "sudo make install" & headers
Hi,
I might just be doing something stupid, but when I do
$ cmake -DCMAKE_INSTALL_PREFIX=/usr/local/llvm-2.8 -DCMAKE_BUILD_TYPE=Release ..
$ sudo make install
I don't get the expected headers in
/usr/local/llvm-2.8/include/llvm
It is simply an empty directory.
What am I doing wrong? This is on Mac OS X, CMake 2.8+
Kind regards,
Samuel
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...lease+Asserts build
llvm[2]: Compiling PHIEliminationUtils.cpp for Release+Asserts build
llvm[2]: Compiling Passes.cpp for Release+Asserts build
llvm[2]: Compiling PeepholeOptimizer.cpp for Release+Asserts build
llvm[2]: Compiling PostRASchedulerList.cpp for Release+Asserts build
llvm[2]: Compiling ProcessImplicitDefs.cpp for Release+Asserts build
llvm[2]: Compiling PrologEpilogInserter.cpp for Release+Asserts build
llvm[2]: Compiling PseudoSourceValue.cpp for Release+Asserts build
llvm[2]: Compiling RegAllocBase.cpp for Release+Asserts build
llvm[2]: Compiling RegAllocBasic.cpp for Release+Asserts build
llvm[2...