[PATCH] D155267: [DAGCombiner] Change foldAndOrOfSETCC() to optimize and/or patterns with floating points.

Brooks Moses via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 29 15:04:14 PDT 2023


brooksmoses added a comment.

In D155267#4622951 <https://reviews.llvm.org/D155267#4622951>, @kmitropoulou wrote:

> @brooksmoses : Were you able to extract a reproducer?

No, we were fairly sure that mstorsjo's reproducer covers our case as well, and stopped trying to reduce it once that was posted.  Sorry for not saying so!

I would expect that any source code that triggers your optimization and is compiled with `-target aarch64-linux-gnu` would show the issue, but if that's not the case, I'm happy to pick this back up and see if I can reduce the x264 code.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155267



More information about the llvm-commits mailing list