[all-commits] [llvm/llvm-project] b7795e: [X86] Building constant vector which element type ...
MorningLiu via All-commits
all-commits at lists.llvm.org
Mon Aug 23 23:34:59 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b7795eb6469cfb98c4e331dac8087ac0b2eef9cc
https://github.com/llvm/llvm-project/commit/b7795eb6469cfb98c4e331dac8087ac0b2eef9cc
Author: Liu, Chen3 <chen3.liu at intel.com>
Date: 2021-08-24 (Tue, 24 Aug 2021)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
A llvm/test/CodeGen/X86/build_fp16_constant_vector.ll
Log Message:
-----------
[X86] Building constant vector which element type is half will cause assertion fail.
Fix assertion fail when building con constant vector which element type is half.
Differential Revision: https://reviews.llvm.org/D108612
More information about the All-commits
mailing list