[PATCH] D146610: [DAGCombiner][SelectionDAG] Apply CombineStoreAndExtract on constant values
Ting Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 22 00:28:13 PDT 2023
tingwang added a comment.
Some test case to sanity check constants are stored as expected:
F26863506: test.c <https://reviews.llvm.org/F26863506>
F26863508: main.c <https://reviews.llvm.org/F26863508>
I built them separately and linked with -O3, and verified results identical on LE/BE before and after this patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146610/new/
https://reviews.llvm.org/D146610
More information about the llvm-commits
mailing list