[PATCH] D29465: AMDGPU: Add pass to expand memcpy/memmove/memset
Konstantin Zhuravlyov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 9 11:24:58 PST 2017
kzhuravl added inline comments.
================
Comment at: lib/Target/AMDGPU/AMDGPULowerIntrinsics.cpp:119
+ case Intrinsic::memset:
+ if (expandMemIntrinsicUses(F))
+ Changed = true;
----------------
Changed = expandMemIntrinsicUses(F)?
https://reviews.llvm.org/D29465
More information about the llvm-commits
mailing list