[all-commits] [llvm/llvm-project] 1470f9: [InstCombine] Add load/store forwarding test with ...

Nikita Popov via All-commits all-commits at lists.llvm.org
Sat Apr 3 06:30:35 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1470f94d71c544327f76b85c55cb6f7cb43a6cbb
      https://github.com/llvm/llvm-project/commit/1470f94d71c544327f76b85c55cb6f7cb43a6cbb
  Author: Nikita Popov <nikita.ppv at gmail.com>
  Date:   2021-04-03 (Sat, 03 Apr 2021)

  Changed paths:
    M llvm/test/Transforms/InstCombine/load-store-forward.ll

  Log Message:
  -----------
  [InstCombine] Add load/store forwarding test with odd size (NFC)

Test the case where the type size doesn't equal the store size,
as suggested by bjope.




More information about the All-commits mailing list