[llvm] [X86][NFC] Reorder the registers to reduce unnecessary iterations (PR #70222)
Shengchen Kan via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 25 20:07:12 PDT 2023
================
@@ -1182,11 +1182,27 @@ namespace X86II {
}
}
+ inline bool isXMMReg(unsigned RegNo) {
----------------
KanRobert wrote:
Done
https://github.com/llvm/llvm-project/pull/70222
More information about the llvm-commits
mailing list