[all-commits] [llvm/llvm-project] 6239d6: [GISel][NFC]: Add unit test for clarifying CSE beh...

proaditya via All-commits all-commits at lists.llvm.org
Thu Jun 11 12:50:26 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 6239d67001843722cb5d6e08d4368492fa5dbd9e
      https://github.com/llvm/llvm-project/commit/6239d67001843722cb5d6e08d4368492fa5dbd9e
  Author: Aditya Nandakumar <aditya_nandakumar at apple.com>
  Date:   2020-06-11 (Thu, 11 Jun 2020)

  Changed paths:
    M llvm/unittests/CodeGen/GlobalISel/CSETest.cpp

  Log Message:
  -----------
  [GISel][NFC]: Add unit test for clarifying CSE behavior

Add a unit test that shows how CSE works if we install an observer
at the machine function level and not use the CSEMIRBuilder to build
instructions.

https://reviews.llvm.org/D81625




More information about the All-commits mailing list