Similar to D71945
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/CodeGen/X86/vec_int_to_fp.ll | ||
---|---|---|
3589 | Why does it have separate constant loads for OR/FSUB - do they have to be treated as volatile? |
llvm/test/CodeGen/X86/vec_int_to_fp.ll | ||
---|---|---|
3589 | I think something weird happened with the extract_subvector and bitcast propagation. We ended with two different build_vectors, one with integer type and one with fp type. They both became loads of the same constant pool entry |
Comment Actions
LGTM - but if we can fix the repeated constant load (else raise a bug+testcase for it) - that'd be great.
Why does it have separate constant loads for OR/FSUB - do they have to be treated as volatile?