================
@@ -521,6 +521,38 @@ let SimpleBDXStore = 1, mayStore = 1 in {
                        [(store GR128:$src, bdxaddr20only128:$dst)]>;
   }
 }
+
+let hasNoSchedulingInfo = 1, hasSideEffects = 1, mayLoad = 1 in {
+  // load the stack guard's address
+  def LOAD_TSGA : Pseudo<(outs ADDR64:$grdaddr),
+                                            (ins), []>;
+  def LOAD_GSGA : Pseudo<(outs ADDR64:$grdaddr),
+                                               (ins), []>;
----------------
dominik-steenken wrote:

I've changed the names back to long versions (`*_STACKGUARD_ADDR`).

Re: `LOAD_TGSA`: That's true i suppose. I've changed the name to 
`LOAD_TLS_BLOCK_ADDR`.

https://github.com/llvm/llvm-project/pull/169317
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to