mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-01 00:17:01 +00:00
Fix PR1850 by removing an unsafe transformation from VMCore/ConstantFold.cpp.
Reimplement the xform in Analysis/ConstantFolding.cpp where we can use targetdata to validate that it is safe. While I'm in there, fix some const correctness issues and generalize the interface to the "operand folder". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44817 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -24,6 +24,3 @@ global bool setlt (int* getelementptr (%Ty* %B, long 0, uint 0),
|
||||
int* getelementptr (%Ty* %B, long 0, uint 1)) ; true
|
||||
;global bool setne (long* %A, long* cast (%Ty* %B to long*)) ; true
|
||||
|
||||
global bool seteq ({ short }* cast (int 1 to { short }*), { short }* null)
|
||||
global bool setlt ({ short }* cast (int 1 to { short }*), { short }* cast (int 2 to { short }*))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user