[all-commits] [llvm/llvm-project] f3fad1: [GlobalOpt] Add tests that only stores initializer...

Florian Hahn via All-commits all-commits at lists.llvm.org
Mon Mar 6 01:51:17 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f3fad132e346c8c64ffb9bf588b6622cad25a1ab
      https://github.com/llvm/llvm-project/commit/f3fad132e346c8c64ffb9bf588b6622cad25a1ab
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
    A llvm/test/Transforms/GlobalOpt/sra-many-stores-initializers.ll
    M llvm/test/Transforms/GlobalOpt/sra-many-stores.ll

  Log Message:
  -----------
  [GlobalOpt] Add tests that only stores initializer, split test file.

Add an additional tests that stores the initializer, but the global
doesn't have a zeroinitializer. Also separate out the tests for storing
initializers.

Add extra tests for D144476.




More information about the All-commits mailing list