[PATCH] D121787: [VectorCombine] Avoid crossing address space boundaries
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 16 13:10:58 PDT 2022
lebedev.ri added a comment.
Does adding an offset of `i32 %x` bytes do the same thing to the pointer regardless of the address space?
Can't we just emit said missing ASC?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121787/new/
https://reviews.llvm.org/D121787
More information about the llvm-commits
mailing list