[all-commits] [llvm/llvm-project] fb0891: [SelectionDAG] Clean up some redundant setting of ...
John Brawn via All-commits
all-commits at lists.llvm.org
Fri Mar 7 09:51:34 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fb0891387ae8a1593f6835eeaa44dc4891fcf6ee
https://github.com/llvm/llvm-project/commit/fb0891387ae8a1593f6835eeaa44dc4891fcf6ee
Author: John Brawn <john.brawn at arm.com>
Date: 2025-03-07 (Fri, 07 Mar 2025)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
Log Message:
-----------
[SelectionDAG] Clean up some redundant setting of node flags (NFC) (#130307)
PR #130124 added a use of FlagInserter to the start of
SelectionDAGLegalize::PromoteNode, making some of the places where we
set flags be redundant, so remove them. The places where the setting of
flags remains are in non-floating-point operations.
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