[all-commits] [llvm/llvm-project] da86d4: [ValueTracking] Reduce duplication in haveNoCommon...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Dec 1 05:26:36 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: da86d4a8c956f0fcee21444eb6de9f05d39d6574
https://github.com/llvm/llvm-project/commit/da86d4a8c956f0fcee21444eb6de9f05d39d6574
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-12-01 (Fri, 01 Dec 2023)
Changed paths:
M llvm/lib/Analysis/ValueTracking.cpp
Log Message:
-----------
[ValueTracking] Reduce duplication in haveNoCommonBitsSet() (NFC)
Extract a function and call it with both operand orders, so that
we don't have to explicitly commute every single pattern.
More information about the All-commits
mailing list