[all-commits] [llvm/llvm-project] df51b6: Revert "[AArch64][GlobalISel] Emit TBZ for SGT con...

Jessica Paquette via All-commits all-commits at lists.llvm.org
Thu Feb 6 16:31:41 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: df51b685ef1d227a8068ba0f8cdc2bbebf089c53
      https://github.com/llvm/llvm-project/commit/df51b685ef1d227a8068ba0f8cdc2bbebf089c53
  Author: Jessica Paquette <jpaquette at apple.com>
  Date:   2020-02-06 (Thu, 06 Feb 2020)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64InstructionSelector.cpp
    R llvm/test/CodeGen/AArch64/GlobalISel/tbz-sgt.mir

  Log Message:
  -----------
  Revert "[AArch64][GlobalISel] Emit TBZ for SGT cond branches against -1"

This reverts commit d78cefb1601070cb028b61bbc1bd6f25a9c1837c.

One of this and the SLT change broke set_shadow_test.c, so I'm reverting until
I can fix it.


  Commit: 3e5d837cdabca5a7f0e965fa454b169bdd45b06a
      https://github.com/llvm/llvm-project/commit/3e5d837cdabca5a7f0e965fa454b169bdd45b06a
  Author: Jessica Paquette <jpaquette at apple.com>
  Date:   2020-02-06 (Thu, 06 Feb 2020)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64InstructionSelector.cpp
    R llvm/test/CodeGen/AArch64/GlobalISel/tbnz-slt.mir

  Log Message:
  -----------
  Revert "[AArch64][GlobalISel] Emit TBNZ with G_BRCOND where the condition is SLT"

This reverts commit a3738414072900ace9cbbe209d0195a3443d1d54.

It looks like this broke set_shadow_test.c, so I'm reverting until I can fix it.

I also reverted the SGT change because it's probably also broken.


Compare: https://github.com/llvm/llvm-project/compare/2a3fa0fc5cd7...3e5d837cdabc


More information about the All-commits mailing list