[llvm] [VectorCombine] Allow shuffling with bitcast for not multiple offset for loadsize (PR #119139)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 11 01:56:33 PST 2025
ParkHanbum wrote:
@RKSimon
Last time, I asked if the number of IRs increases, can we see if it improves the performance? I was able to see it through the number of Assembly. Thank you.
This time, it's a little difficult, so I'm asking you a question.
I understand that CostModel judge the costs internally, but,
Is there any way to infer performance improvement through assembly?
https://alive2.llvm.org/ce/z/2gqJjB
https://github.com/llvm/llvm-project/pull/119139
More information about the llvm-commits
mailing list