[llvm] [NFC][PowerPC] Add getScalarIntVT to return MVT based on arch (PR #115203)

Amy Kwan via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 7 10:18:17 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(); }
----------------
amy-kwan wrote:

Unrelated changes?

https://github.com/llvm/llvm-project/pull/115203


More information about the llvm-commits mailing list