This patch moves the code to perform a logical and of non-poison
generating flags out to a separate helper, to be used in D115247.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
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,