[PATCH] D117013: [PowerPC] Set the special DSCR with a compiler option.

Lei Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 4 09:22:39 PST 2022


lei added inline comments.
Herald added a project: All.


================
Comment at: llvm/lib/Target/PowerPC/PPCInstrInfo.td:3081
+
+//Disable this alias on AIX for now because as does not support them.
+let Predicates = [ModernAs] in {
----------------
//Disable these alias on AIX since they are not supported.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117013/new/

https://reviews.llvm.org/D117013



More information about the llvm-commits mailing list