[all-commits] [llvm/llvm-project] e6287d: [DAG] isNarrowingProfitable - consistently use Src...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue Mar 7 06:01:52 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e6287d57a37f4975d102c48f0c310e3d7733a3f2
https://github.com/llvm/llvm-project/commit/e6287d57a37f4975d102c48f0c310e3d7733a3f2
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-03-07 (Tue, 07 Mar 2023)
Changed paths:
M llvm/include/llvm/CodeGen/TargetLowering.h
M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/lib/Target/X86/X86ISelLowering.h
Log Message:
-----------
[DAG] isNarrowingProfitable - consistently use SrcVT/DestVT argument names. NFC.
Make it more obvious what order the narrowing types are in.
More information about the All-commits
mailing list