[PATCH] D126439: [LegalizeTypes][VP] Add widen and split support for vp.fptrunc and vp.fpext

WangLian via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 5 19:22:24 PDT 2022


Jimerlife added inline comments.


================
Comment at: llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp:3781
   case ISD::ANY_EXTEND:
+  case ISD::VP_FP_EXTEND:
   case ISD::FP_EXTEND:
----------------
frasercrmck wrote:
> This is really nitpicky but why is VP_FP_EXTEND before FP_EXTEND but VP_FP_FOUND is after FP_FOUND?
Adjust  VP_FP_EXTEND position


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126439



More information about the llvm-commits mailing list