[all-commits] [llvm/llvm-project] 1e1a8b: [LICM] Support opaque pointers in scalar promotion
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Dec 1 03:56:43 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1e1a8be21fce994737bd3b58e705c6bc837d3760
https://github.com/llvm/llvm-project/commit/1e1a8be21fce994737bd3b58e705c6bc837d3760
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-12-01 (Wed, 01 Dec 2021)
Changed paths:
M llvm/lib/Transforms/Scalar/LICM.cpp
A llvm/test/Transforms/LICM/scalar-promote-opaque-ptrs.ll
Log Message:
-----------
[LICM] Support opaque pointers in scalar promotion
Make sure that all pointers have the same load/store access type,
rather than comparing pointer element types.
More information about the All-commits
mailing list