diff options
Diffstat (limited to 'results/scraper/fex/3672')
| -rw-r--r-- | results/scraper/fex/3672 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/results/scraper/fex/3672 b/results/scraper/fex/3672 new file mode 100644 index 000000000..460538c9a --- /dev/null +++ b/results/scraper/fex/3672 @@ -0,0 +1,4 @@ +ConstProp is missing a bunch of AddShift optimizations for loadstore addresses +A bunch of the ConstProp pass with loadstore address generation is looking for OP_ADD instead of OP_ADD and OP_ADDSHIFT. This has made loadstores a bit less effectively in the case where semantics match. + +Remembered this when writing #3669, and @alyssarosenzweig said they were going to look more in to it a while ago. \ No newline at end of file |