[PATCH] D137954: Enable roundeven.
Leon Clark via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 19 17:49:07 PST 2022
Leonc marked an inline comment as done.
Leonc added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp:337-340
+ {MVT::f16, MVT::f32, MVT::f64/*, MVT::v2f16, MVT::v3f16, MVT::v4f16,
+ MVT::v16f16, MVT::v2f32, MVT::v3f32, MVT::v4f32, MVT::v5f32, MVT::v6f32,
+ MVT::v7f32, MVT::v8f32, MVT::v16f32, MVT::v2f64, MVT::v3f64, MVT::v4f64,
+ MVT::v8f64, MVT::v16f64*/},
----------------
arsenm wrote:
> Commented out vector types? The vectors should be and have defaulted to expand
Apologies these were debug comments. I've removed them now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137954/new/
https://reviews.llvm.org/D137954
More information about the llvm-commits
mailing list