[all-commits] [llvm/llvm-project] 459c48: NFCI: Remove VF argument from isScalarWithPredication

sdesmalen-arm via All-commits all-commits at lists.llvm.org
Fri May 14 02:35:54 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 459c48e04f25a40a81e9e11ccb9c17a88dc39999
      https://github.com/llvm/llvm-project/commit/459c48e04f25a40a81e9e11ccb9c17a88dc39999
  Author: Sander de Smalen <sander.desmalen at arm.com>
  Date:   2021-05-14 (Fri, 14 May 2021)

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

  Log Message:
  -----------
  NFCI: Remove VF argument from isScalarWithPredication

As discussed in D102437, the VF argument to isScalarWithPredication
seems redundant, so this is intended to be a non-functional change. It
seems wrong to query the widening decision at this point. Removing the
operand and code to get the widening decision causes no unit/regression
tests to fail. I've also found no issues running the LLVM test-suite.

This subsequently removes the VF argument from isPredicatedInst as well,
since it is no longer required.




More information about the All-commits mailing list