[PATCH] D126692: [InstCombine] Expand select+masked_load combine to include FP splats of -0.0

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 1 05:40:44 PDT 2022


david-arm abandoned this revision.
david-arm added a comment.

Based on the comments on this patch I am abandoning it in favour of a different approach (D126774 <https://reviews.llvm.org/D126774>) where we use the nsz flag on a SelectInst to control the identity value used in certain folds.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126692



More information about the llvm-commits mailing list