[llvm] [NFC][PowerPC] Add getScalarIntVT to return MVT based on arch (PR #115203)
Lei Huang via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 8 07:17:21 PST 2024
================
@@ -216,8 +216,8 @@ class PPCSubtarget : public PPCGenSubtargetInfo {
bool isSVR4ABI() const { return !isAIXABI(); }
bool isELFv2ABI() const;
- bool is64BitELFABI() const { return isSVR4ABI() && isPPC64(); }
- bool is32BitELFABI() const { return isSVR4ABI() && !isPPC64(); }
+ bool is64BitELFABI() const { return isSVR4ABI() && isPPC64(); }
----------------
lei137 wrote:
Yes this is. It was auto updated by clang-format. Not sure why it was identified as needing change but I left it since its a valid format update.
https://github.com/llvm/llvm-project/pull/115203
More information about the llvm-commits
mailing list