Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from llvm:main #56

Merged
merged 61 commits into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
ef4f858
[BasicAA] Add test for incorrect handling of small index sizes (NFC)
nikic Dec 10, 2024
bc0976e
[LAA] Strip non-inbounds offset in getPointerDiff() (NFC) (#118665)
nikic Dec 10, 2024
f408171
[LV][NFC] Add test cases for FindLastIV reduction idiom. (#118519)
Mel-Chen Dec 10, 2024
cb4433b
[libcxx][test] Silence nodiscard warnings for `std::expected` (#119174)
StephanTLavavej Dec 10, 2024
740861d
[clang] Fix a crash issue that caused by handling of fields with init…
yronglin Dec 10, 2024
05b907f
[VectorCombine] foldShuffleOfShuffles - allow fold with only single s…
RKSimon Dec 10, 2024
f6289f1
[LoongArch] Enable `AllNBitUsers` checking for {DIV,MOD}.W{U} with di…
heiher Dec 10, 2024
cc1a2ea
[AArch64] Implement FP8 SVE intrinsics for widening conversions (#118…
momchil-velikov Dec 10, 2024
e6ba345
[X86][AVX10.2] Add comments for the avx10_2copyintrin.h file (#119238)
mikolaj-pirog Dec 10, 2024
20aed3f
[gn] port 2c0b8b10dd1a
nico Dec 10, 2024
f8a1f42
[test][flang][driver] Fix test that assumes libomp default (#119368)
pawosm-arm Dec 10, 2024
28a0ad0
[flang][hlfir] fix issue 118922 (#119219)
jeanPerier Dec 10, 2024
502c08e
[clang][ExprConst] Move vector diagnostics to checkBitCastConstexprEl…
tbaederr Dec 10, 2024
0ee5924
[clang] wasm cpu name is supposed to be lime1, not lime (#119262)
programmerjake Dec 10, 2024
e665e78
[SelectionDAG] Use the nuw flag when expanding loads. (#119288)
sunfishcode Dec 10, 2024
df4c5d5
workflows: Rewrite build-ci-container to work on larger runners (#117…
tstellar Dec 10, 2024
bd231da
[libc][workflow] address permission concern and add more comments (#1…
SchrodingerZhu Dec 10, 2024
8a494dd
Nominating Sven van Haastregt as OpenCL maintainer in Clang (#119383)
AnastasiaStulova Dec 10, 2024
dadd845
Removed Anastasia Stulova from Office Hours Calendar. (#119384)
AnastasiaStulova Dec 10, 2024
c166a9c
[libc++] Add #if 0 block to all the top-level headers (#119234)
philnik777 Dec 10, 2024
ecbf64d
[libc++] Try handling spurious cancellation in the mainline CI restarter
ldionne Dec 10, 2024
9865296
[StructurizeCFG] Use `poison` instead of `undef` as placeholder [NFC]…
pedroclobo Dec 10, 2024
20b071c
[CGData] Change placeholder from `undef` to `poison` when initializin…
pedroclobo Dec 10, 2024
d7c12ea
[LoopRotate] Use `poison` instead of `undef` as placeholder in debug …
pedroclobo Dec 10, 2024
bd8eb78
[libc++] Temporarily disable FreeBSD runners
ldionne Dec 10, 2024
01512d2
[libc++] Document guidelines for symbols baked into the ABI (#118526)
ldionne Dec 10, 2024
e3284d8
[GISel] Use SmallVector::append instead of copying one element at a t…
topperc Dec 10, 2024
eacdbc2
[libc++][test] Fix invalid const conversion in limited_allocator (#11…
winner245 Dec 10, 2024
97ff961
[AArch64] Improve code generation of bool vector reduce operations (#…
Il-Capitano Dec 10, 2024
da421f5
[SLP] NFC. Make InstructionsState more constant. (#118609)
HanKuanChen Dec 10, 2024
7ea1fe7
Revert "[libc++] Try handling spurious cancellation in the mainline C…
ldionne Dec 10, 2024
3654f1b
[LLVM][IR] Add support for vector ConstantInt/FP to ConstandFolding:F…
paulwalker-arm Dec 10, 2024
f28e522
[Clang] Change two placeholders from `undef` to `poison` [NFC] (#119141)
pedroclobo Dec 10, 2024
f31099c
[PowerPC][AIX] Emit PowerPC version for XCOFF (#113214)
amy-kwan Dec 10, 2024
4d06623
recalculate the live interval of the defined register of xvmaddmdp i…
diggerlin Dec 10, 2024
ed91843
[WebAssembly] Handle symbols in `.init_array` sections (#119127)
georgestagg Dec 10, 2024
4f93327
[CostModel][X86] Improve cost estimation of insert_subvector shuffle …
RKSimon Dec 10, 2024
444e53f
[SelectOpt] Fix incorrect IR for SUB when comparison dependent operan…
igogo-x86 Dec 10, 2024
5a0d73b
[compiler-rt][AArch64] NFCI: Simplify __arm_get_current_vg. (#119210)
sdesmalen-arm Dec 10, 2024
708a478
[RISCV] Add stack clash protection (#117612)
rzinsly Dec 10, 2024
74486dc
[Offload] Add CMake cache to be used in AMDGPU bot (#119369)
jplehr Dec 10, 2024
3a573dc
[RISCV][VLOPT] Add support for integer multiply-add instructions (#11…
michaelmaitland Dec 10, 2024
0fb0617
[clang][bytecode] Check vector element types for eligibility (#119385)
tbaederr Dec 10, 2024
431ea2d
[libc] move bcmp, bzero, bcopy, index, rindex, strcasecmp, strncasecm…
nickdesaulniers Dec 10, 2024
1d7d005
[libc] move src/network to src/arpa/inet (#119273)
nickdesaulniers Dec 10, 2024
8a25398
[libc] move pthread macros to dedicated header (#119286)
nickdesaulniers Dec 10, 2024
8ca4aa5
[RISCV][VLOPT] Use vadd as user instruction in vl-opt-instrs test in …
michaelmaitland Dec 10, 2024
9735873
[mlir][mlir-vulkan-runner] Move part of device pass pipeline to mlir-…
andfau-amd Dec 10, 2024
c7634c1
[flang] Disabled hlfir.sum inlining by default. (#119287)
vzakhari Dec 10, 2024
c5ab70c
[WebAssembly] Add `-i128:128` to the `datalayout` string. (#119204)
sunfishcode Dec 10, 2024
df3397b
[ELF] Improve canBeOmittedFromSymbolTable tests
MaskRay Dec 10, 2024
5041d06
[MC] Fix DWARF file table for files with empty DWARF (#119020) (#119229)
noxwell Dec 10, 2024
c5a21c1
[PhaseOrdering][X86] Add test coverage based off #111431
RKSimon Dec 10, 2024
d6590c1
[MLIR] Add allow Insert/extract slice option to pack/unpack op (#117340)
jerryyin Dec 10, 2024
1a650fd
[lldb] Load embedded type summary section (#7859) (#8040)
kastiglione Jan 24, 2024
9a9c1d4
[lldb] Implement a formatter bytecode interpreter in C++
adrian-prantl Oct 29, 2024
e2bb474
[lldb] Add comment
adrian-prantl Dec 10, 2024
15f87bc
[NFC][AMDGPU] Auto generate check lines for `llvm/test/CodeGen/AMDGPU…
shiltian Dec 10, 2024
13539c2
[RISCV][GISEl] Simplify GISelPredicateCode for binop_with_non_imm12. NFC
topperc Dec 10, 2024
a42aa8f
[SLP]Fix adjusting of the mask for the fully matched nodes.
alexey-bataev Dec 10, 2024
0469bb9
[flang][cuda] Fix lowering when step is a variable (#119421)
clementval Dec 10, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
recalculate the live interval of the defined register of xvmaddmdp in…
… the VSX FMA mutation pass. (llvm#116071)

The patch fix llvm#116061

The root cause of the assertion is that the FMA mutation pass does not
update the subranges of the live interval for the defined register of
the modified instruction .

it recalculate the live interval of the defined register of xvmaddmdp in
the VSX FMA mutation pass.
  • Loading branch information
diggerlin authored Dec 10, 2024
commit 4d06623b28ab373cd5438fda6c79cf62fc53ace0
18 changes: 4 additions & 14 deletions llvm/lib/Target/PowerPC/PPCVSXFMAMutate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -288,21 +288,11 @@ namespace {
UseMO.substVirtReg(KilledProdReg, KilledProdSubReg, *TRI);
}

// Extend the live intervals of the killed product operand to hold the
// fma result.
// Recalculate the live intervals of the killed product operand.
LIS->removeInterval(KilledProdReg);
LiveInterval &NewFMAInt =
LIS->createAndComputeVirtRegInterval(KilledProdReg);

LiveInterval &NewFMAInt = LIS->getInterval(KilledProdReg);
for (auto &AI : FMAInt) {
// Don't add the segment that corresponds to the original copy.
if (AI.valno == AddendValNo)
continue;

VNInfo *NewFMAValNo =
NewFMAInt.getNextValue(AI.start, LIS->getVNInfoAllocator());

NewFMAInt.addSegment(
LiveInterval::Segment(AI.start, AI.end, NewFMAValNo));
}
LLVM_DEBUG(dbgs() << " extended: " << NewFMAInt << '\n');

// Extend the live interval of the addend source (it might end at the
Expand Down
26 changes: 26 additions & 0 deletions llvm/test/CodeGen/PowerPC/pr116071.ll
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
; RUN: llc -disable-ppc-vsx-fma-mutation=false -mcpu=pwr10 -verify-machineinstrs \
; RUN: -ppc-asm-full-reg-names -mtriple powerpc64-ibm-aix7.2.0.0 < %s | FileCheck %s

target datalayout = "E-m:a-Fi64-i64:64-n32:64-S128-v256:256:256-v512:512:512"

define void @initial(<2 x double> %0){
entry:
%1 = fmul <2 x double> %0, zeroinitializer
br label %for.cond251.preheader.lr.ph

for.cond251.preheader.lr.ph: ; preds = %for.cond251.preheader.lr.ph, %entry
%2 = phi double [ %3, %for.cond251.preheader.lr.ph ], [ 0.000000e+00, %entry ]
%3 = phi double [ %7, %for.cond251.preheader.lr.ph ], [ 0.000000e+00, %entry ]
%add737 = fadd double %3, %2
%4 = insertelement <2 x double> zeroinitializer, double %add737, i64 0
%5 = fmul contract <2 x double> %4, zeroinitializer
%6 = fadd contract <2 x double> %1, %5
%7 = extractelement <2 x double> %6, i64 0
br label %for.cond251.preheader.lr.ph
}

; CHECK: xsadddp f4, f3, f4
; CHECK-NEXT: xxmrghd vs5, vs4, vs2
; CHECK-NEXT: fmr f4, f3
; CHECK-NEXT: xvmaddmdp vs5, vs0, vs1
; CHECK-NEXT: fmr f3, f5