[all-commits] [llvm/llvm-project] 220815: [AMDGPUPerfHintAnalysis] Avoid getPointerElementTy...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Dec 13 07:48:37 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 220815a91a31459c9401604ce5859f2d61579c4b
https://github.com/llvm/llvm-project/commit/220815a91a31459c9401604ce5859f2d61579c4b
Author: Nikita Popov <npopov at redhat.com>
Date: 2021-12-13 (Mon, 13 Dec 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUPerfHintAnalysis.cpp
Log Message:
-----------
[AMDGPUPerfHintAnalysis] Avoid getPointerElementType()
Extract the load/store type from the instruction rather than
fetching it from the pointer element type.
More information about the All-commits
mailing list