Fixes issue
https://bugs.llvm.org/show_bug.cgi?id=45995
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/X86/X86ISelLowering.cpp | ||
---|---|---|
39635 | Can we just change this to EVT instead? |
llvm/lib/Target/X86/X86ISelLowering.cpp | ||
---|---|---|
39635 | Yes, that works too. Thanks! I changed it, and also added a regression test for the previous crash, just to make sure this keeps working. |
llvm/test/CodeGen/X86/pr45995-2.ll | ||
---|---|---|
3 | Both these run args look over constrained - llc -mtriple=x86_64-- -mattr=+avx512dq,+avx512vl might be enough? |
llvm/test/CodeGen/X86/pr45995-2.ll | ||
---|---|---|
3 | Oops, I started the land already, but should have addressed this first. Apologizes. |
Can we just change this to EVT instead?