Comment #2 on issue 3628 by [email protected]: llvm: Abrt in
handleLLVMFatalError
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3628#c2
Looks like selection is failing to set a register class:
LLVM ERROR: VReg has no regclass after selection (in function: f)
Converting the bitcode to LLVM IR we get:
source_filename = "M"
define void @f() {
BB:
br label %BB1
BB1: ; preds = %BB
%G13 = getelementptr i16*, i16** undef, i1 false
%A6 = alloca i1
%A2 = alloca i1*
%C1 = icmp ult i32 2147483647, 0
store i1* %A6, i1** %A2
store i1 %C1, i1* %A6
store i16** %G13, i16*** undef
ret void
}
--
You received this message because:
1. You were specifically CC'd on the issue
You may adjust your notification preferences at:
https://bugs.chromium.org/hosting/settings
Reply to this email to add a comment.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs