We weren't creating i8/i16 broadcasts from constant pool, even though we can.
This shows a number of new load folding failures, and i'm not really sure what to do about them.
Do we want this in the first place?
Details
Details
- Reviewers
RKSimon
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
llvm/test/CodeGen/X86/avx512-arith.ll | ||
---|---|---|
327 | Pull out the AVX512 support for i64 broadcasts first? That should be well defined, is a more likely win, and should help reduce this massive patch..... |
Pull out the AVX512 support for i64 broadcasts first? That should be well defined, is a more likely win, and should help reduce this massive patch.....