https://github.com/bviyer updated
https://github.com/llvm/llvm-project/pull/76087
>From d97a5729f496fb603f4fb9cf2977b015d8e37ed6 Mon Sep 17 00:00:00 2001
From: "Balaji V. Iyer"
Date: Thu, 30 Nov 2023 20:39:55 +
Subject: [PATCH 1/3] [mlir][Vectorizer] Vectorize `tensor.unpack`
This patch al
Author: bviyer
Date: Mon Aug 6 17:31:44 2018
New Revision: 339085
URL: http://llvm.org/viewvc/llvm-project?rev=339085&view=rev
Log:
Performing a test commmit as requested by Chris Lattner.
-This line, and those below, will be ignored--
MTemplateBase.h
Modified:
cfe/trunk/include/clang/A
Author: bviyer
Date: Tue Aug 7 19:47:28 2018
New Revision: 339216
URL: http://llvm.org/viewvc/llvm-project?rev=339216&view=rev
Log:
Fixed a breaking test case
Modified:
cfe/trunk/test/CodeGenCXX/empty-struct-init-list.cpp
Modified: cfe/trunk/test/CodeGenCXX/empty-struct-init-list.cpp
URL:
Author: bviyer
Date: Tue Aug 7 17:01:21 2018
New Revision: 339207
URL: http://llvm.org/viewvc/llvm-project?rev=339207&view=rev
Log:
[CodeGen] IncompleteArray Support
Added code to support ArrayType that is not ConstantArray.
https://reviews.llvm.org/D49952
rdar://42476155
Added:
cfe/tru