[all-commits] [llvm/llvm-project] e08926: [SDAG] Extract commutative helper from haveNoCommo...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue May 3 03:28:52 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e0892614b162f5f53aa44c88080d986649a50982
https://github.com/llvm/llvm-project/commit/e0892614b162f5f53aa44c88080d986649a50982
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-05-03 (Tue, 03 May 2022)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
Log Message:
-----------
[SDAG] Extract commutative helper from haveNoCommonBitsSet() (NFC)
To make it easier to add additional patterns, which will generally
want to handle commuted top-level operands.
More information about the All-commits
mailing list