[all-commits] [llvm/llvm-project] 912c09: [InstCombine] eliminate a pointer cast around inse...
RotateRight via All-commits
all-commits at lists.llvm.org
Wed Aug 12 06:10:26 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 912c09e845cb1907bc44664495fc69925a1bd2a9
https://github.com/llvm/llvm-project/commit/912c09e845cb1907bc44664495fc69925a1bd2a9
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2020-08-12 (Wed, 12 Aug 2020)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
M llvm/test/Transforms/InstCombine/cast_ptr.ll
Log Message:
-----------
[InstCombine] eliminate a pointer cast around insertelement
I'm not sure if this solves PR46839 completely, but reducing the casting should help:
https://bugs.llvm.org/show_bug.cgi?id=46839
Differential Revision: https://reviews.llvm.org/D85647
More information about the All-commits
mailing list