[all-commits] [llvm/llvm-project] ef10f9: [TLI] getMemValueType - break apart if-else chain ...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Mar 16 07:33:25 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ef10f98643c3a5aff96f7d23e7f5341b06a01b2f
https://github.com/llvm/llvm-project/commit/ef10f98643c3a5aff96f7d23e7f5341b06a01b2f
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-03-16 (Thu, 16 Mar 2023)
Changed paths:
M llvm/include/llvm/CodeGen/TargetLowering.h
Log Message:
-----------
[TLI] getMemValueType - break apart if-else chain and use auto with dyn_cast (style). NFC.
More closely matches getValueType
More information about the All-commits
mailing list