[all-commits] [llvm/llvm-project] 067dd9: [GlobalISel][CallLowering] Use stripPointerCasts().
AE via All-commits
all-commits at lists.llvm.org
Mon Feb 10 15:44:02 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 067dd9c6b12adb3ace20b46203cff9031c7dd6a4
https://github.com/llvm/llvm-project/commit/067dd9c6b12adb3ace20b46203cff9031c7dd6a4
Author: Amara Emerson <aemerson at apple.com>
Date: 2020-02-10 (Mon, 10 Feb 2020)
Changed paths:
M llvm/lib/CodeGen/GlobalISel/CallLowering.cpp
Log Message:
-----------
[GlobalISel][CallLowering] Use stripPointerCasts().
A downstream test exposed a simple logic bug with the manual pointer
stripping code, fix that by just using stripPointerCasts() on the value.
I don't think there's a way to expose this issue upstream.
More information about the All-commits
mailing list