[all-commits] [llvm/llvm-project] 8262f4: [InstCombine] Add additional store forwarding test...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Oct 21 11:48:06 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8262f45c73ae97de038e9b66ec5016938424123e
https://github.com/llvm/llvm-project/commit/8262f45c73ae97de038e9b66ec5016938424123e
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-10-21 (Thu, 21 Oct 2021)
Changed paths:
M llvm/test/Transforms/InstCombine/load-store-forward.ll
Log Message:
-----------
[InstCombine] Add additional store forwarding test (NFC)
Variant where the load is larger than the store. Make sure we
don't forward this.
More information about the All-commits
mailing list