[all-commits] [llvm/llvm-project] a9ea02: Recommit "[ConstraintElim] Treat ConstantPointerNu...

Florian Hahn via All-commits all-commits at lists.llvm.org
Thu Nov 23 07:57:03 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a9ea02d679b948332af111292a7d6c00ae057070
      https://github.com/llvm/llvm-project/commit/a9ea02d679b948332af111292a7d6c00ae057070
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2023-11-23 (Thu, 23 Nov 2023)

  Changed paths:
    M llvm/lib/Transforms/Scalar/ConstraintElimination.cpp
    M llvm/test/Transforms/ConstraintElimination/reproducer-remarks-debug.ll

  Log Message:
  -----------
  Recommit "[ConstraintElim] Treat ConstantPointerNull as constant offset 0."

This reverts commit 58286f9c665ad4aa748779d559f2f296de704094.

Now with the test correctly updated.

Original message:
    Treat ConstantPointerNull (null) as constant offset 0 in the constraint
    instead of a variable. This slightly reduces the number of variables. I
    was not able to find a test case where this actually caused any changes.




More information about the All-commits mailing list