[PATCH] D134602: [VP] Rename SDNode of vp.fptrunc from VP_FP_ROUND to VP_FP_TRUNCATE
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 25 09:59:24 PDT 2022
craig.topper added a comment.
The name was chosen to be consistent with ISD::FP_ROUND. There is no ISD::FP_TRUNCATE. The naming issue you mention already exists for ISD::FP_ROUND and ISD::FROUND. Consistency with non-VP opcodes is more important.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134602/new/
https://reviews.llvm.org/D134602
More information about the llvm-commits
mailing list