[all-commits] [llvm/llvm-project] 53648a: [PowerPC][MC] Recognize tlbilx and its mnemonics
Qiu Chaofan via All-commits
all-commits at lists.llvm.org
Tue Aug 1 20:19:44 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 53648ac1d0c953ae6d008864dd2eddb437a92468
https://github.com/llvm/llvm-project/commit/53648ac1d0c953ae6d008864dd2eddb437a92468
Author: Qiu Chaofan <qiucofan at cn.ibm.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
M llvm/lib/Target/PowerPC/PPCInstrFormats.td
M llvm/lib/Target/PowerPC/PPCInstrInfo.td
M llvm/lib/Target/PowerPC/PPCScheduleP9.td
M llvm/test/MC/PowerPC/ppc64-encoding-bookIII.s
Log Message:
-----------
[PowerPC][MC] Recognize tlbilx and its mnemonics
This fixes issue 64080. tlbilx exists in ISA 2.07 Book III-E. Since
contents of Book III-E were eliminated after ISA 3.0, tlbilx does not
exist in ISA 3.0 and ISA 3.1.
Reviewed By: nickdesaulniers
Differential Revision: https://reviews.llvm.org/D156204
More information about the All-commits
mailing list