[all-commits] [llvm/llvm-project] f68fdb: DAG: Fix losing flags on select when expanding sel...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed May 29 13:02:50 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f68fdb84e1809caf42dd22b94145f06974429091
https://github.com/llvm/llvm-project/commit/f68fdb84e1809caf42dd22b94145f06974429091
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-05-29 (Wed, 29 May 2024)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
Log Message:
-----------
DAG: Fix losing flags on select when expanding select_cc (#93662)
This was only preserving the flags on the setcc, not the new select.
This was missing presumably due to getSelect not having a flags argument
until recently. Avoids regressions in a future commit.
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