[all-commits] [llvm/llvm-project] aa165e: [NFC][X86][CostModel] Add some load/store tests w/...

Roman Lebedev via All-commits all-commits at lists.llvm.org
Thu Apr 8 05:02:00 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: aa165eac322d9f377b364864af66de71fc69f613
      https://github.com/llvm/llvm-project/commit/aa165eac322d9f377b364864af66de71fc69f613
  Author: Roman Lebedev <lebedev.ri at gmail.com>
  Date:   2021-04-08 (Thu, 08 Apr 2021)

  Changed paths:
    M llvm/test/Analysis/CostModel/X86/load_store.ll

  Log Message:
  -----------
  [NFC][X86][CostModel] Add some load/store tests w/ non-power-of-two elt cnt vectors

For example the cost to load <48 x i16> should likely be 3,
because that's just 3x load i256.




More information about the All-commits mailing list