[all-commits] [llvm/llvm-project] dc20ce: [DAG] TargetLowering::ShrinkDemandedOp - rename De...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Wed Mar 15 06:22:45 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dc20ce7e543df452772ae8e2c4f97c390dd87b23
https://github.com/llvm/llvm-project/commit/dc20ce7e543df452772ae8e2c4f97c390dd87b23
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-03-15 (Wed, 15 Mar 2023)
Changed paths:
M llvm/include/llvm/CodeGen/TargetLowering.h
M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
Log Message:
-----------
[DAG] TargetLowering::ShrinkDemandedOp - rename Demanded arg to DemandedBits. NFC
Make it clear this is referring to DemandedBits not DemandedElts.
More information about the All-commits
mailing list