<html>
<body>
<script type="application/ld+json">
{
  "@context": "http://schema.org",
  "@type": "EmailMessage",
  "potentialAction": {
    "@type": "ViewAction",
    "name": "View Issue",
    "url": "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3628"
  },
  "description": ""
}
</script>

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