[X86] combineLoad - don't bother truncating the alternative target constant data...
commitfb877c19c048040702bb99423b0f11539192e89c
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 17 Dec 2023 11:31:12 +0000 (17 11:31 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 17 Dec 2023 11:31:21 +0000 (17 11:31 +0000)
treeece5daff86733c67ea9572e3ea2d1150a9c3df57
parent3eaed9e6f574f59d76389c055b047ef5c50afb8a
[X86] combineLoad - don't bother truncating the alternative target constant data. NFC.

We only iterate over the original target constant/undef width, so keep the alternative data in its original form.

This should help if we try to merge constant data in the future.
llvm/lib/Target/X86/X86ISelLowering.cpp