[llvm] [WIP][RFC] Teach MCA constant registers do not create dependencies (PR #89387)

via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 19 07:55:20 PDT 2024


================
@@ -382,6 +385,10 @@ class MCRegisterInfo {
     return RegStrings + get(RegNo).Name;
   }
 
+  bool isConstant(MCRegister RegNo) const {
----------------
rin-arm wrote:

Oh yeah, absolutely.

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


More information about the llvm-commits mailing list