[PATCH] D112117: [llvm][LV] Drop poison-generating flags from FP instructions

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 9 11:01:26 PST 2021


reames added a comment.

JFYI, I've been taking a look at trying to get FMF flags into the generic dropPoisonGeneratingFlags.  So far, the test diff (which looks a lot like this one for the same reasons) has exposed a bunch of cases where the existing code had problems.  I'm working through fixing them individually, with the goal of getting a reasonable diff.

The most relevant one which got some discussion on this review is the reduction expansion.  That appears to be entirely an artifact of code which a) does nothing without the FMF handling in the generic code, and b) serves no purpose even with it.  0d13f94c <https://reviews.llvm.org/rG0d13f94c1da994e5ad6cf18206d6ca2f6056ef02> and b24db85 <https://reviews.llvm.org/rGb24db85c0b13cfb2f8e5a9f7ed445cdc7f05afd6> simply remove most of it, and fix up some comments.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112117



More information about the llvm-commits mailing list