[PATCH] D112315: [DSE] Use optimized access if available for redundant store elimination.
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 30 10:52:01 PDT 2021
xbolva00 added inline comments.
================
Comment at: llvm/test/Transforms/DeadStoreElimination/stores-of-existing-values.ll:504
define void @test14_strcat(i8* noalias %P, i8* noalias %Q) {
; CHECK-LABEL: @test14_strcat(
----------------
Not related to this patch, but this should be strcpy, no?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112315/new/
https://reviews.llvm.org/D112315
More information about the llvm-commits
mailing list