LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 19841 - Assertion `getType() == V->getType() && "All operands to PHI node must be the same type as the PHI node!"'
Summary: Assertion `getType() == V->getType() && "All operands to PHI node must be the...
Status: RESOLVED FIXED
Alias: None
Product: clang
Classification: Unclassified
Component: LLVM Codegen (show other bugs)
Version: unspecified
Hardware: PC Linux
: P normal
Assignee: Renato Golin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-23 10:55 PDT by Jörg Sonnenberger
Modified: 2014-05-27 12:03 PDT (History)
2 users (show)

See Also:
Fixed By Commit(s):


Attachments
Test case (433 bytes, application/octet-stream)
2014-05-23 10:55 PDT, Jörg Sonnenberger
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jörg Sonnenberger 2014-05-23 10:55:07 PDT
Created attachment 12561 [details]
Test case

Compile the attached code with clang -c. Regression from r209149.
Comment 1 Renato Golin 2014-05-27 12:03:53 PDT
Fixed on r209663.