[PATCH] D143859: [X86] Adding tuning flags for int <-> fp domain switching penalties; NFC

Noah Goldstein via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 13 17:25:59 PST 2023


goldstein.w.n added a comment.

In D143859#4124051 <https://reviews.llvm.org/D143859#4124051>, @RKSimon wrote:

> @goldstein.w.n Why is this dependent on D143786 <https://reviews.llvm.org/D143786>?

They both modify `X86.td` see `L882`.
We could seperate but one of them would need to be rebased after the other was commited.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143859



More information about the llvm-commits mailing list