Files
swift-mirror/include/swift/SIL/Projection.h
Erik Eckstein fdb52061cc SIL: fix the hash function for Projection
The hash function didn't take the "index" of an projection into account. This lead to quadratic behavior in redundant load elimination and dead store elimination when compiling very large functions with many loads and stores.

rdar://problem/56268570
2020-04-07 15:00:48 +02:00

36 KiB