[all-commits] [llvm/llvm-project] d199ff: [InferAddressSpaces] collect flat address expressi...
Wenju He via All-commits
all-commits at lists.llvm.org
Tue Oct 31 22:32:52 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d199ff17659fc65a9b1b4ebe2d304cdbfdfe89d7
https://github.com/llvm/llvm-project/commit/d199ff17659fc65a9b1b4ebe2d304cdbfdfe89d7
Author: Wenju He <wenju.he at intel.com>
Date: 2023-11-01 (Wed, 01 Nov 2023)
Changed paths:
M llvm/lib/Transforms/Scalar/InferAddressSpaces.cpp
M llvm/test/Transforms/InferAddressSpaces/AMDGPU/noop-ptrint-pair.ll
M llvm/test/Transforms/InferAddressSpaces/AMDGPU/select.ll
Log Message:
-----------
[InferAddressSpaces] collect flat address expression from return value (#70610)
If function return value's type is pointer, we can try to collect flat
address expression from it.
This PR also fixes noop_ptrint_pair_ce2 in noop-ptrint-pair.ll in #70611
More information about the All-commits
mailing list