search for: getevt

Displaying 3 results from an estimated 3 matches for "getevt".

Did you mean: getent
2010 Jun 08
2
[LLVMdev] possible regression regarding bitcasts?
...bpthread.so.0 0x0000003961a0f0f0 3 libc.so.6 0x0000003960e326d5 gsignal + 53 4 libc.so.6 0x0000003960e33eb5 abort + 373 5 opt 0x0000000000800e14 llvm::llvm_unreachable_internal(char const*, char const*, unsigned int) + 356 6 opt 0x00000000007c8733 llvm::EVT::getEVT(llvm::Type const*, bool) + 979 7 opt 0x00000000007ccff1 8 opt 0x00000000007cd446 9 opt 0x00000000007d56b7 10 opt 0x00000000007d6826 11 opt 0x00000000007b223d llvm::FPPassManager::runOnFunction(llvm::Function&) + 637 12 opt...
2010 Jun 08
0
[LLVMdev] possible regression regarding bitcasts?
...61a0f0f0 > 3 libc.so.6 0x0000003960e326d5 gsignal + 53 > 4 libc.so.6 0x0000003960e33eb5 abort + 373 > 5 opt 0x0000000000800e14 llvm::llvm_unreachable_internal(char > const*, char const*, unsigned int) + 356 > 6 opt 0x00000000007c8733 llvm::EVT::getEVT(llvm::Type const*, > bool) + 979 > 7 opt 0x00000000007ccff1 > 8 opt 0x00000000007cd446 > 9 opt 0x00000000007d56b7 > 10 opt 0x00000000007d6826 > 11 opt 0x00000000007b223d > llvm::FPPassManager::runOnFunction(llvm::Fu...
2012 Feb 10
1
[LLVMdev] Prevent DAG combiner from changing "store ConstFP, addr" to integer store
This code lives in DAGCombiner.cpp: ------------- // Turn 'store float 1.0, Ptr' -> 'store int 0x12345678, Ptr' if (ConstantFPSDNode *CFP = dyn_cast<ConstantFPSDNode>(Value)) { // NOTE: If the original store is volatile, this transform must not increase // the number of stores. For example, on x86-32 an f64 can be stored in one // processor operation but