[all-commits] [llvm/llvm-project] c7c7e8: InstCombine: Fix insert point for rounding intrins...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue Feb 10 13:18:43 PST 2026
Branch: refs/heads/users/arsenm/instcombine/fix-insert-point-rounding-intrinsic-to-copysign-simplify
Home: https://github.com/llvm/llvm-project
Commit: c7c7e8b1697fbb44d3f31a0f64b814553b1072cc
https://github.com/llvm/llvm-project/commit/c7c7e8b1697fbb44d3f31a0f64b814553b1072cc
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-02-10 (Tue, 10 Feb 2026)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-rounding-intrinsics.ll
Log Message:
-----------
InstCombine: Fix insert point for rounding intrinsic -> copysign
This would use the wrong insert point if reached in a recursive
call.
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