[llvm] [InstCombine] ptrmask of gep for dynamic pointer aligment (PR #80002)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 31 08:31:53 PST 2024
https://github.com/nikic commented:
Ideally this would not be inside the `ptrmask` handling, but rather a separate `GetElementPtr` case in the switch. The simplification would then be based on the `DemandedMask`. But I guess we can start like this.
https://github.com/llvm/llvm-project/pull/80002
More information about the llvm-commits
mailing list