[all-commits] [llvm/llvm-project] 41492d: [LoopVectorize][X86] Add operands to make it more ...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Wed Sep 22 02:26:31 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 41492d77ba65338b9eb2b7f401e47acf22e4ea19
      https://github.com/llvm/llvm-project/commit/41492d77ba65338b9eb2b7f401e47acf22e4ea19
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2021-09-22 (Wed, 22 Sep 2021)

  Changed paths:
    M llvm/test/Transforms/LoopVectorize/X86/mul_slm_16bit.ll

  Log Message:
  -----------
  [LoopVectorize][X86] Add operands to make it more obvious what line the CHECK concerns

As we're checking the cost debug analysis these should match the original IR line - so we shouldn't have any variable naming issues.

I'm investigating v4i32 mul -> PMADDDW costs handling (for PR47437) and these CHECK lines were proving tricky to keep track of




More information about the All-commits mailing list