[all-commits] [llvm/llvm-project] 216ac3: [M68k][NFC] Rename Bt(BT) to Btst(BTST)
Jim Lin via All-commits
all-commits at lists.llvm.org
Wed Jan 19 20:49:02 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 216ac31dd7d756575fd9ac7e2a7a8f05444c7dcf
https://github.com/llvm/llvm-project/commit/216ac31dd7d756575fd9ac7e2a7a8f05444c7dcf
Author: Jim Lin <jim at andestech.com>
Date: 2022-01-20 (Thu, 20 Jan 2022)
Changed paths:
M llvm/lib/Target/M68k/M68kISelLowering.cpp
M llvm/lib/Target/M68k/M68kISelLowering.h
M llvm/lib/Target/M68k/M68kInstrBits.td
M llvm/lib/Target/M68k/M68kInstrInfo.td
Log Message:
-----------
[M68k][NFC] Rename Bt(BT) to Btst(BTST)
It seems that implementation of Bt refered from x86.
In M68k, Bt(BT) should be renamed to Btst(BTST).
Reviewed By: myhsu
Differential Revision: https://reviews.llvm.org/D117534
More information about the All-commits
mailing list