[all-commits] [llvm/llvm-project] e82d49: [DAG] SimplifyMultipleUseDemandedBits - early-out ...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sun Jul 24 05:00:07 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e82d49bfed3879fcf3d79a9978135fe5fabc9843
https://github.com/llvm/llvm-project/commit/e82d49bfed3879fcf3d79a9978135fe5fabc9843
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-07-24 (Sun, 24 Jul 2022)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
Log Message:
-----------
[DAG] SimplifyMultipleUseDemandedBits - early-out for any scalable vector types
Noticed while working to remove SelectionDAG::GetDemandedBits - we were relying on the callers to have already bailed for scalable vectors
More information about the All-commits
mailing list