[PATCH] D17736: [SSP, 1/2] Refactor to support customizable stack guard load from IR level.
Eric Christopher via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 24 16:00:51 PDT 2016
echristo added inline comments.
================
Comment at: test/CodeGen/Generic/upgrade-stackprotectorcheck.ll:1
@@ +1,2 @@
+; RUN: llc < %s | FileCheck %s
+
----------------
Should probably be in test/Assembler/auto_upgrade_intrinsics.ll or some such?
And you should check that the correct IR is generated at autoupgrade time.
http://reviews.llvm.org/D17736
More information about the llvm-commits
mailing list