search for: rksimon

Displaying 2 results from an estimated 2 matches for "rksimon".

Did you mean: esimon
2015 Jan 12
2
[LLVMdev] buildbot failure in LLVM on ppc64le-sanitizer
...e-sanitizer > > Build Reason: scheduler > Build Source Stamp: [branch trunk] 225670 > Blamelist: ab,abataev,alexfh,artagnon,benlangmuir,chandlerc,chapuni,compnerd,dexonsmith,djasper,dsanders,ehsan,eugenis,foad,gribozavr,hfinkel,jhibbits,jkolek,joerg,majnemer,matze,nathan,rafael,rdivacky,rksimon,rsmith,rtrieu,sanjoy,seurer,spatel,timurrrr,tomatabacu,tstellar > > BUILD FAILED: failed annotate > > sincerely, > -The Buildbot
2019 Dec 09
2
[PATCH] D70246: [InstCombine] remove identity shuffle simplification for mask with undefs
...tion of the rules about shufflevector and undef and poison? Thanks, Jay. On Thu, 14 Nov 2019 at 16:25, Sanjay Patel via Phabricator via llvm-commits <llvm-commits at lists.llvm.org> wrote: > > spatel created this revision. > spatel added reviewers: efriedma, regehr, aqjune, nlopes, RKSimon, lebedev.ri, liuz. > Herald added subscribers: hiraditya, mcrosier. > Herald added a project: LLVM. > > Given a shuffle that includes undef elements in an otherwise identity mask like: > > define <4 x float> @shuffle(<4 x float> %arg) { > %shuf = shufflevector...