[PATCH] D150864: [AggressiveInstCombine] Handle the nested GEP/BitCast scenario in Load Merge.
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 18 06:41:19 PDT 2023
xbolva00 added inline comments.
================
Comment at: llvm/test/Transforms/AggressiveInstCombine/AArch64/or-load.ll:2178
+ ; Don't move gep2_cast before gep2
+ %gep2_cast = bitcast i8* %gep2 to i32*
+ %ld2 = load i32, i32* %gep2_cast, align 4
----------------
Typed pointers are gone, probably no new tests or fixes for them are allowed now.
@nikic ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150864/new/
https://reviews.llvm.org/D150864
More information about the llvm-commits
mailing list