[all-commits] [llvm/llvm-project] 9477d3: [SCCP] Move tests using only ipsccp from IPConstan...

Florian Hahn via All-commits all-commits at lists.llvm.org
Thu Jul 9 09:18:19 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9477d39e61f8e0076e47fef81941e8a24e979d6f
      https://github.com/llvm/llvm-project/commit/9477d39e61f8e0076e47fef81941e8a24e979d6f
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2020-07-09 (Thu, 09 Jul 2020)

  Changed paths:
    R llvm/test/Transforms/IPConstantProp/2009-09-24-byval-ptr.ll
    R llvm/test/Transforms/IPConstantProp/PR16052.ll
    R llvm/test/Transforms/IPConstantProp/PR26044.ll
    R llvm/test/Transforms/IPConstantProp/dangling-block-address.ll
    R llvm/test/Transforms/IPConstantProp/fp-bc-icmp-const-fold.ll
    R llvm/test/Transforms/IPConstantProp/global.ll
    R llvm/test/Transforms/IPConstantProp/musttail-call.ll
    R llvm/test/Transforms/IPConstantProp/remove-call-inst.ll
    R llvm/test/Transforms/IPConstantProp/solve-after-each-resolving-undefs-for-function.ll
    R llvm/test/Transforms/IPConstantProp/user-with-multiple-uses.ll
    A llvm/test/Transforms/SCCP/2009-09-24-byval-ptr.ll
    A llvm/test/Transforms/SCCP/PR16052.ll
    A llvm/test/Transforms/SCCP/PR26044.ll
    A llvm/test/Transforms/SCCP/dangling-block-address.ll
    A llvm/test/Transforms/SCCP/fp-bc-icmp-const-fold.ll
    A llvm/test/Transforms/SCCP/global.ll
    A llvm/test/Transforms/SCCP/musttail-call.ll
    A llvm/test/Transforms/SCCP/remove-call-inst.ll
    A llvm/test/Transforms/SCCP/solve-after-each-resolving-undefs-for-function.ll
    A llvm/test/Transforms/SCCP/user-with-multiple-uses.ll

  Log Message:
  -----------
  [SCCP] Move tests using only ipsccp from IPConstantProp to SCCP (NFC).

Some of the tests in the llvm/test/Transforms/IPConstantProp directory
actually only use -ipsccp. Those tests belong to the other (IP)SCCP
tests in llvm/test/Transforms/SCCP/ and this commits moves them there to
avoid confusion with IPConstantProp.




More information about the All-commits mailing list