[all-commits] [llvm/llvm-project] 68069f: [x86] add nounwind attribute to test; NFC

Sanjay Patel via All-commits all-commits at lists.llvm.org
Wed Mar 2 13:43:46 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 68069f27d9d91d481df1bcd9b82ba9e0b2b71b03
      https://github.com/llvm/llvm-project/commit/68069f27d9d91d481df1bcd9b82ba9e0b2b71b03
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2022-03-02 (Wed, 02 Mar 2022)

  Changed paths:
    M llvm/test/CodeGen/X86/legalize-shift.ll

  Log Message:
  -----------
  [x86] add nounwind attribute to test; NFC

This will avoid some noise in case the register allocation changes.


  Commit: c33dbc2a2dfcdaed22f156efdc38e4ff215c972f
      https://github.com/llvm/llvm-project/commit/c33dbc2a2dfcdaed22f156efdc38e4ff215c972f
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2022-03-02 (Wed, 02 Mar 2022)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp

  Log Message:
  -----------
  [SDAG] refactor foldSetCCWithRotate; NFC

There are more potential optimizations to make here,
so rearrange to make it easier to append those.


Compare: https://github.com/llvm/llvm-project/compare/4977da2c555b...c33dbc2a2dfc


More information about the All-commits mailing list