Fixes #64460
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Just use static function.
llvm/test/CodeGen/X86/bfloat.ll | ||
---|---|---|
1518 | We cannot do vector fptrunc without AVX512BF16, so I deferred to set vXbf16 legal until the feature ready. |
llvm/lib/Target/X86/X86ISelLowering.cpp | ||
---|---|---|
21208 | Looks like the immediate should be 16 rather than 8 |
llvm/lib/Target/X86/X86ISelLowering.cpp | ||
---|---|---|
21208 | Sorry about that! |
llvm/lib/Target/X86/X86ISelLowering.cpp | ||
---|---|---|
21208 | No problem. I didn't think it a bit further either :) |
is it necessary to keep this? or just always use the static variant inside X86ISelLowering.cpp?