[all-commits] [llvm/llvm-project] 919382: [llvm-mca][RISCV] Fix checking if data valid in cr...

Michael Maitland via All-commits all-commits at lists.llvm.org
Wed Apr 26 16:54:04 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 919382004f4e3bd08a25fd8a8dbd3b4b1e5dc9fa
      https://github.com/llvm/llvm-project/commit/919382004f4e3bd08a25fd8a8dbd3b4b1e5dc9fa
  Author: Michael Maitland <michaeltmaitland at gmail.com>
  Date:   2023-04-26 (Wed, 26 Apr 2023)

  Changed paths:
    M llvm/lib/Target/RISCV/MCA/RISCVCustomBehaviour.cpp

  Log Message:
  -----------
  [llvm-mca][RISCV] Fix checking if data valid in createInstrument

Fixes createInstrument to return instrument when LMUL data is valid, and
return nullptr when LMUL data is not valid for RISCV target.

Differential Revision: https://reviews.llvm.org/D149068




More information about the All-commits mailing list