[PATCH] D77076: [InstSimplify] Allow some arithmetic optimizations for add/sub/div/rem look through freeze

Juneyoung Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 27 03:10:53 PDT 2020


aqjune abandoned this revision.
aqjune added a comment.

I checked whether applying this patch generates better assembly in SPEC or test-suite benchmarks with LTO enabled, and it didn't.
To make this not be seen as 'needs review', I'll abandon this patch.
If there is need to implement matchers in PatternMatch.h in the future, I'll use the reviewed code snippets from here.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77076/new/

https://reviews.llvm.org/D77076





More information about the llvm-commits mailing list