[PATCH] D39249: Add support for e500mc extpid instructions

Hal Finkel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 24 11:15:32 PDT 2017


hfinkel added inline comments.


================
Comment at: lib/Target/PowerPC/PPCInstrInfo.td:3940
+                      "lbepx $rD, $src", IIC_LdStLoad,
+                      [(set i32:$rD, (zextloadi8 xaddr:$src))]>,
+                      Requires<[IsE500]>;
----------------
You have patterns on a bunch of these? Do you intend to add code-generation support for these instructions, or just assembler/disassembler support? If the latter, remove the patterns.


https://reviews.llvm.org/D39249





More information about the llvm-commits mailing list