[PATCH] D143170: [X86][FP16] Lower half->i16 into vcvttph2[u]w directly

Phoebe Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 4 02:22:33 PST 2023


pengfei added inline comments.


================
Comment at: llvm/lib/Target/X86/X86ISelLowering.cpp:22841
+             "Expected f32/f64 vector!");
+      MVT NVT = VT.changeVectorElementType(MVT::i32);
       if (IsStrict) {
----------------
LuoYuanke wrote:
> Just curious, what does "N" means in NVT?
New


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143170/new/

https://reviews.llvm.org/D143170



More information about the llvm-commits mailing list