[all-commits] [llvm/llvm-project] 503ef0: [InstCombine] Remove addrspacecast bitcast extract...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Apr 6 00:53:49 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 503ef0a8e79ed26750ba1e064911e56e29c91f2f
https://github.com/llvm/llvm-project/commit/503ef0a8e79ed26750ba1e064911e56e29c91f2f
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-04-06 (Thu, 06 Apr 2023)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
M llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
Log Message:
-----------
[InstCombine] Remove addrspacecast bitcast extraction fold (NFC)
This is not relevant for opaque pointers, and as such no longer
necessary.
More information about the All-commits
mailing list