[all-commits] [llvm/llvm-project] 3e54de: [ConstantHoisting] Support opaque pointers
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Sep 8 12:23:27 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3e54de4df232f1cfc9570ea7958abee8d04f7b0b
https://github.com/llvm/llvm-project/commit/3e54de4df232f1cfc9570ea7958abee8d04f7b0b
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-09-08 (Wed, 08 Sep 2021)
Changed paths:
M llvm/lib/Transforms/Scalar/ConstantHoisting.cpp
M llvm/test/CodeGen/AArch64/consthoist-gep.ll
Log Message:
-----------
[ConstantHoisting] Support opaque pointers
Directly use i8 for GEP, rather than fetching element type of i8*.
More information about the All-commits
mailing list