[all-commits] [llvm/llvm-project] 2f5d9b: InstCombine: Support basic phis in SimplifyDemande...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Mar 11 09:03:50 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2f5d9b6d962215bf69d6edd3c61c9c0029cc416f
https://github.com/llvm/llvm-project/commit/2f5d9b6d962215bf69d6edd3c61c9c0029cc416f
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-03-11 (Wed, 11 Mar 2026)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineInternal.h
M llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-phi.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass.ll
Log Message:
-----------
InstCombine: Support basic phis in SimplifyDemandedFPClass (#184124)
Some complex function edge case epilogs are only handled under
some control flow paths (e.g. lgamma and erfcinv).
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list