[all-commits] [llvm/llvm-project] ff05e2: [NFC][X86][LV] Add some test coverage for [un]mask...

Roman Lebedev via All-commits all-commits at lists.llvm.org
Wed Sep 29 04:34:21 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ff05e25a84578e84ad0a065e8e34c04b217da409
      https://github.com/llvm/llvm-project/commit/ff05e25a84578e84ad0a065e8e34c04b217da409
  Author: Roman Lebedev <lebedev.ri at gmail.com>
  Date:   2021-09-29 (Wed, 29 Sep 2021)

  Changed paths:
    A llvm/test/Analysis/CostModel/X86/gather-i16-with-i8-index.ll
    A llvm/test/Analysis/CostModel/X86/gather-i32-with-i8-index.ll
    A llvm/test/Analysis/CostModel/X86/gather-i64-with-i8-index.ll
    A llvm/test/Analysis/CostModel/X86/gather-i8-with-i8-index.ll
    A llvm/test/Analysis/CostModel/X86/masked-gather-i32-with-i8-index.ll
    A llvm/test/Analysis/CostModel/X86/masked-scatter-i32-with-i8-index.ll
    A llvm/test/Analysis/CostModel/X86/scatter-i16-with-i8-index.ll
    A llvm/test/Analysis/CostModel/X86/scatter-i32-with-i8-index.ll
    A llvm/test/Analysis/CostModel/X86/scatter-i64-with-i8-index.ll
    A llvm/test/Analysis/CostModel/X86/scatter-i8-with-i8-index.ll

  Log Message:
  -----------
  [NFC][X86][LV] Add some test coverage for [un]masked gather/scatter

While we did have test coverage for the intrinsics,
i don't believe there was LV-based test coverage.




More information about the All-commits mailing list