[all-commits] [llvm/llvm-project] fbd207: [NFC] Use TypeSize::getKnownMinValue() instead of ...
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Wed Jan 11 08:29:48 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fbd207fd6f6bc76a41cbf90fb6d87c6fa627ddf7
https://github.com/llvm/llvm-project/commit/fbd207fd6f6bc76a41cbf90fb6d87c6fa627ddf7
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2023-01-11 (Wed, 11 Jan 2023)
Changed paths:
M llvm/utils/TableGen/CodeGenDAGPatterns.cpp
M llvm/utils/TableGen/GlobalISelEmitter.cpp
Log Message:
-----------
[NFC] Use TypeSize::getKnownMinValue() instead of TypeSize::getKnownMinSize()
This change is one of a series to implement the discussion from
https://reviews.llvm.org/D141134.
More information about the All-commits
mailing list