[PATCH] D152934: [LoopIdiom] Preserve alias information for memset_pattern
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 14 10:33:13 PDT 2023
efriedma added inline comments.
================
Comment at: llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp:1097
+ else
+ AATags = AATags.extendTo(-1);
// Everything is emitted in default address space
----------------
Please refactor so this code isn't repeated.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152934/new/
https://reviews.llvm.org/D152934
More information about the llvm-commits
mailing list