-
Notifications
You must be signed in to change notification settings - Fork 15.4k
Closed
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzilla
Description
| Bugzilla Link | 3623 |
| Resolution | FIXED |
| Resolved on | Dec 02, 2010 01:37 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic,@nlewycky |
Extended Description
In this .ll file:
define double @zsqr({ double, double } %a) {
%X = extractvalue { double, double } %a, 0
%Y = extractvalue { double, double } %a, 0
%Z = mul double %X, %Y
ret double %Z
}
no optimization pass in -std-compile-opts folds %X and %Y.
Metadata
Metadata
Assignees
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzilla