[all-commits] [llvm/llvm-project] 77c674: LLT: Add some stub constructors for FP types
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Sun Sep 3 05:33:38 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 77c67436d9e7e63c50752d990a271cf860ba9a0e
https://github.com/llvm/llvm-project/commit/77c67436d9e7e63c50752d990a271cf860ba9a0e
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-09-03 (Sun, 03 Sep 2023)
Changed paths:
M llvm/include/llvm/CodeGen/LowLevelType.h
M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
Log Message:
-----------
LLT: Add some stub constructors for FP types
This is to start documenting uses to ease a future migration
to supporting different types with the same size.
https://reviews.llvm.org/D150605
More information about the All-commits
mailing list