[all-commits] [llvm/llvm-project] 78466a: [InstCombine] Add tests for memset -> load forward...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Nov 3 02:16:15 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 78466a9f8730fee1feabcdae92576f77df6e775d
https://github.com/llvm/llvm-project/commit/78466a9f8730fee1feabcdae92576f77df6e775d
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-11-03 (Thu, 03 Nov 2022)
Changed paths:
M llvm/test/Transforms/InstCombine/load-store-forward.ll
Log Message:
-----------
[InstCombine] Add tests for memset -> load forwarding (NFC)
We currently only forward store -> load, but could do the same
for memset as well.
More information about the All-commits
mailing list