[PATCH] D76588: [Attributor] Unify testing (=updates,prefixes,run configurations,...)

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 25 08:04:38 PDT 2020


jdoerfert marked an inline comment as done.
jdoerfert added inline comments.


================
Comment at: llvm/test/Transforms/Attributor/ArgumentPromotion/pr3085.ll:60
 
 define fastcc i32 @picosat_main(i32 %argc, i8** %argv) nounwind {
+; CHECK-LABEL: define {{[^@]+}}@picosat_main
----------------
uenoku wrote:
> Is this test change reasonable?
Good catch. Probably not. I'll disable check line generation for this function.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76588/new/

https://reviews.llvm.org/D76588





More information about the llvm-commits mailing list