http://llvm.org/bugs/show_bug.cgi?id=8699
Summary: Store of 3 constant bytes should be combined into one
i24 store (regression)
Product: new-bugs
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
The element_copy.adb test from FrontendAda started failing some time ago. The
numbers 2, 72 and 105 are stored into three consecutive bytes. Previously this
was turned into one i24 store of 6899714, but no longer: running "opt
-std-compile-opts" on the attached testcase no longer performs this
optimization.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs