[PATCH] D151670: Fix crash in X86 ISelLowering: ConstantDataSequential can contain float as well

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 30 09:48:27 PDT 2023


mehdi_amini added a comment.

Thanks for the fix!

I have one more assertions in codegen from one of the MLIR JIT tests, interested?
It looks like this:

  SoftPromoteHalfOperand Op #1: t11: v32bf16 = insert_vector_elt t9, t7, Constant:i64<1>
  
  Do not know how to soft promote this operator's operand!
  UNREACHABLE executed at /home/mamini/projects/llvm-project/llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp:2940!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151670



More information about the llvm-commits mailing list