[PATCH] D117534: [M68k][NFC] Rename Bt(BT) to Btst(BTST)

Jim Lin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 17 22:02:07 PST 2022


Jim created this revision.
Herald added subscribers: pengfei, hiraditya.
Jim requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

It seems that implementation of Bt refered from x86.
In M68k, Bt(BT) should be renamed to Btst(BTST).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D117534

Files:
  llvm/lib/Target/M68k/M68kISelLowering.cpp
  llvm/lib/Target/M68k/M68kISelLowering.h
  llvm/lib/Target/M68k/M68kInstrBits.td
  llvm/lib/Target/M68k/M68kInstrInfo.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117534.400709.patch
Type: text/x-patch
Size: 9321 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220118/f9fca694/attachment.bin>


More information about the llvm-commits mailing list