Fix assertion fail when building con constant vector which element type is half.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
670 ms | x64 windows > lit.lit::test-output.py |
Paths
| Differential D108612
[X86] Building constant vector which element type is half will cause assertion fail. ClosedPublic Authored by LiuChen3 on Aug 23 2021, 11:03 PM.
Details Summary Fix assertion fail when building con constant vector which element type is half.
Diff Detail
Unit TestsFailed
Event TimelineThis revision is now accepted and ready to land.Aug 23 2021, 11:25 PM This revision was landed with ongoing or failed builds.Aug 23 2021, 11:35 PM Closed by commit rGb7795eb6469c: [X86] Building constant vector which element type is half will cause assertion… (authored by LiuChen3). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 368281 llvm/lib/Target/X86/X86ISelLowering.cpp
llvm/test/CodeGen/X86/build_fp16_constant_vector.ll
|
Add parentheses to align the format.