[PATCH] D40554: [PowerPC] Fix bugs in sign-/zero-extension elimination

Hal Finkel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 14 15:50:43 PST 2017


hfinkel added inline comments.


================
Comment at: lib/Target/PowerPC/PPCInstrInfo.h:306
 
   /// Return true if the output of the instruction is always a sign-extended,
   /// i.e. 0 to 31-th bits are same as 32-th bit.
----------------
Comment out of date?


================
Comment at: lib/Target/PowerPC/PPCInstrInfo.h:313
 
   /// Return true if the output of the instruction is always zero-extended,
   /// i.e. 0 to 31-th bits are all zeros
----------------
Comment out of date.


https://reviews.llvm.org/D40554





More information about the llvm-commits mailing list