[llvm] [X86][NFC] Reorder the registers to reduce unnecessary iterations (PR #70222)
Phoebe Wang via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 25 19:36:22 PDT 2023
================
@@ -1182,11 +1182,27 @@ namespace X86II {
}
}
+ inline bool isXMMReg(unsigned RegNo) {
----------------
phoebewang wrote:
Add doxygen for them.
https://github.com/llvm/llvm-project/pull/70222
More information about the llvm-commits
mailing list