[all-commits] [llvm/llvm-project] 687b5b: [SCEVExpander] Always use scevgep as name
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Mar 17 06:27:19 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 687b5b9a0cff696a42ceccaaf935aa57b2ac5f60
https://github.com/llvm/llvm-project/commit/687b5b9a0cff696a42ceccaaf935aa57b2ac5f60
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-03-17 (Fri, 17 Mar 2023)
Changed paths:
M llvm/lib/Transforms/Utils/ScalarEvolutionExpander.cpp
M llvm/test/Analysis/ScalarEvolution/scev-expander-reuse-gep.ll
M llvm/test/CodeGen/PowerPC/lsr-postinc-pos.ll
M llvm/test/CodeGen/SystemZ/prefetch-04.ll
M llvm/test/Transforms/LoopStrengthReduce/AArch64/vscale-factor-out-constant.ll
M llvm/test/Transforms/LoopStrengthReduce/AMDGPU/atomics.ll
M llvm/test/Transforms/LoopStrengthReduce/AMDGPU/different-addrspace-addressing-mode-loops.ll
M llvm/test/Transforms/LoopStrengthReduce/AMDGPU/preserve-addrspace-assert.ll
M polly/test/ScopInfo/int2ptr_ptr2int.ll
M polly/test/ScopInfo/int2ptr_ptr2int_2.ll
Log Message:
-----------
[SCEVExpander] Always use scevgep as name
With opaque pointers the scevgep / uglygep distinction no longer
makes sense -- GEPs are always emitted in offset-based representation.
More information about the All-commits
mailing list