[all-commits] [llvm/llvm-project] 880014: [PPCGCodeGeneration] Avoid another pointer element...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Apr 19 08:26:49 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 880014b59343c8e8e5dc55f6324ce08fd37bd43c
https://github.com/llvm/llvm-project/commit/880014b59343c8e8e5dc55f6324ce08fd37bd43c
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-04-19 (Tue, 19 Apr 2022)
Changed paths:
M polly/lib/CodeGen/PPCGCodeGeneration.cpp
Log Message:
-----------
[PPCGCodeGeneration] Avoid another pointer element type access
Use an API that returns both the address and the element type,
and use that for the load type.
More information about the All-commits
mailing list