[all-commits] [llvm/llvm-project] 94fee1: [InstCombine] Simplify FMF propagation. NFC. (#121...
Yingwei Zheng via All-commits
all-commits at lists.llvm.org
Thu Jan 16 09:31:29 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 94fee13d425094e11d0b3799e827dec2451f017b
https://github.com/llvm/llvm-project/commit/94fee13d425094e11d0b3799e827dec2451f017b
Author: Yingwei Zheng <dtcxzyw2333 at gmail.com>
Date: 2025-01-17 (Fri, 17 Jan 2025)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
Log Message:
-----------
[InstCombine] Simplify FMF propagation. NFC. (#121899)
This patch uses new FMF interfaces introduced by
https://github.com/llvm/llvm-project/pull/121657 to simplify existing
code with `andIRFlags` and `copyFastMathFlags`.
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