[PATCH] D150605: LLT: Add some stub constructors for FP types
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 16 10:43:05 PDT 2023
arsenm added a comment.
In D150605#4346990 <https://reviews.llvm.org/D150605#4346990>, @tschuett wrote:
> static constexpr LLT bfloat16() {
> return scalar(16);
> }
>
> ???
Someday, when these actually do something besides create a scalar. Currently bfloat just miscompiles
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150605/new/
https://reviews.llvm.org/D150605
More information about the llvm-commits
mailing list