[all-commits] [llvm/llvm-project] 0c7f85: [InstSimplify] Simplify fetching of index size (NFC)

Nikita Popov via All-commits all-commits at lists.llvm.org
Sat Oct 23 13:08:33 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0c7f85d7864b233239d3163f6835f6ea8cd5e337
      https://github.com/llvm/llvm-project/commit/0c7f85d7864b233239d3163f6835f6ea8cd5e337
  Author: Nikita Popov <nikita.ppv at gmail.com>
  Date:   2021-10-23 (Sat, 23 Oct 2021)

  Changed paths:
    M llvm/lib/Analysis/InstructionSimplify.cpp

  Log Message:
  -----------
  [InstSimplify] Simplify fetching of index size (NFC)

Directly fetch the size instead of going through the index type
first.




More information about the All-commits mailing list