kito-cheng added a comment.

Testcase for AArch64/SVE:

  #include <arm_sve.h>
  
  svint8_t a();
  __SVInt8_t b();
  
  svint8_t foo(int cond){
    return cond ? a(): b();
  }


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103603

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to