[all-commits] [llvm/llvm-project] 3ca8b9: [InstCombine] give a name to an intermediate value...

RotateRight via All-commits all-commits at lists.llvm.org
Mon Sep 7 05:20:12 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3ca8b9a560a249a18b9f6092b96aa7e8e52db5cf
      https://github.com/llvm/llvm-project/commit/3ca8b9a560a249a18b9f6092b96aa7e8e52db5cf
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2020-09-07 (Mon, 07 Sep 2020)

  Changed paths:
    M llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
    M llvm/test/Transforms/InstCombine/sub.ll

  Log Message:
  -----------
  [InstCombine] give a name to an intermediate value for easier tracking; NFC

As noted in PR47430, we probably want to conditionally include 'nsw'
here anyway, so we are going to need to fill out the optional args.




More information about the All-commits mailing list