[PATCH] D115527: [Instruction] Split out 'and' of non-poison generating flags (NFC).

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 10 08:23:11 PST 2021


reames requested changes to this revision.
reames added a comment.
This revision now requires changes to proceed.

Per LangRef, nnan and ninf are poison generating.  The handling on the other FMF flags is unclear to me, but looking at the use case, I'd probably restrict to non-float as a starting point,


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115527



More information about the llvm-commits mailing list