[PATCH] D136396: [X86] Enable reassociation for ADD instructions

LuoYuanke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 16 19:57:42 PST 2023


LuoYuanke added a comment.

It seems this patch cause spec2017/548 performance regression, as it increased register pressure after reassociating ADD operation.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136396



More information about the llvm-commits mailing list