Fix check for reuse of SCEV results in FORL.
This commit is contained in:
@@ -279,6 +279,7 @@ typedef struct BPropEntry {
|
||||
|
||||
/* Scalar evolution analysis cache. */
|
||||
typedef struct ScEvEntry {
|
||||
MRef pc; /* Bytecode PC of FORI. */
|
||||
IRRef1 idx; /* Index reference. */
|
||||
IRRef1 start; /* Constant start reference. */
|
||||
IRRef1 stop; /* Constant stop reference. */
|
||||
|
||||
Reference in New Issue
Block a user