[all-commits] [llvm/llvm-project] 75b999: [LV] Remove reference of PHI from comment, they ar...

Florian Hahn via All-commits all-commits at lists.llvm.org
Fri May 7 13:36:04 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 75b9997760c69968863740ded6c89d4faf29ca7f
      https://github.com/llvm/llvm-project/commit/75b9997760c69968863740ded6c89d4faf29ca7f
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

  Log Message:
  -----------
  [LV] Remove reference of PHI from comment, they are not recorded (NFC).

The comment incorrectly states that the PHI is recorded. That's not
accurate, only the recipe for the incoming value is recorded.

Suggested post-commit for 4ba8720f8844.




More information about the All-commits mailing list