search for: bcoppen

Displaying 2 results from an estimated 2 matches for "bcoppen".

Did you mean: bcoppens
2008 Apr 21
3
[LLVMdev] Small problem with intrinsics
...32 0 ) ret void } I compile this with llvm-as memcpy-intrinsic.ll -f -o memcpy-intrinsic.bc && llc -f -o memcpy-intrinsic.s memcpy-intrinsic.bc Now, if I uncomment the lowermost memcpy, this produces no errors. If I uncomment the uppermost memcpy instead, I get during lcc: llc: /var/bcoppens/llvm/llvm-svn/llvm/include/llvm/Support/Casting.h:199: typename llvm::cast_retty<To, From>::ret_type llvm::cast(const Y&) [with X = llvm::ConstantInt, Y = llvm::Value*]: Assertion `isa<X>(Val) && "cast<Ty>() argument of incompatible type!"' failed. I...
2008 Apr 21
0
[LLVMdev] Small problem with intrinsics
...ith > > llvm-as memcpy-intrinsic.ll -f -o memcpy-intrinsic.bc && llc -f -o > memcpy-intrinsic.s memcpy-intrinsic.bc > > Now, if I uncomment the lowermost memcpy, this produces no errors. If I > uncomment the uppermost memcpy instead, I get during lcc: > > llc: /var/bcoppens/llvm/llvm-svn/llvm/include/llvm/Support/Casting.h:199: > typename llvm::cast_retty<To, From>::ret_type llvm::cast(const Y&) [with X = > llvm::ConstantInt, Y = llvm::Value*]: Assertion `isa<X>(Val) && "cast<Ty>() > argument of incompatible type!"&...