[PATCH] D139275: [SimplifyCFG] `FoldBranchToCommonDest()`: deal with mismatched IV's in PHI's in common successor block

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 6 14:27:14 PST 2022


arsenm added a comment.

I can't well which of these test changes is the new example. Is one of them literally what you get out of __builtin_fpclassify?



================
Comment at: llvm/lib/Transforms/Utils/SimplifyCFG.cpp:3570
+};
+struct SelectMaterializationRecepie {
+  Value *Cond = nullptr;
----------------
Recepie?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139275



More information about the llvm-commits mailing list