search for: loweraddc_adde_subc_sube

Displaying 5 results from an estimated 5 matches for "loweraddc_adde_subc_sube".

2017 Feb 07
2
Problem ScheduleDAG on PowerPC, X86 works fine.
...7 at 9:15 PM, James Y Knight via llvm-dev < llvm-dev at lists.llvm.org> wrote: > That's seems really odd that ADDC/ADDE uses glue there, instead of a plain > value. > > The x86 backend has code that converts the glue into a value, which is why > it wasn't affected.... (LowerADDC_ADDE_SUBC_SUBE). > > On Tue, Feb 7, 2017 at 2:48 PM, Amaury SECHET via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Long story short: https://llvm.org/bugs/show_bug.cgi?id=31890 >> >> The backend fails to schedule a given DAG, the reason being that there is >> an...
2017 Feb 08
3
Problem ScheduleDAG on PowerPC, X86 works fine.
...lvm-dev at lists.llvm.org> wrote: >> >>> That's seems really odd that ADDC/ADDE uses glue there, instead of a >>> plain value. >>> >>> The x86 backend has code that converts the glue into a value, which is >>> why it wasn't affected.... (LowerADDC_ADDE_SUBC_SUBE). >>> >>> On Tue, Feb 7, 2017 at 2:48 PM, Amaury SECHET via llvm-dev < >>> llvm-dev at lists.llvm.org> wrote: >>> >>>> Long story short: https://llvm.org/bugs/show_bug.cgi?id=31890 >>>> >>>> The backend fails to schedule...
2017 Feb 07
2
Problem ScheduleDAG on PowerPC, X86 works fine.
Long story short: https://llvm.org/bugs/show_bug.cgi?id=31890 The backend fails to schedule a given DAG, the reason being that there is an instruction and it glue that needs to be broken apart as they can't be scheduled consecutively. See attached file for a picture of the DAG. Not sure what's the best course of action is, and not sure why this isn't a problem for the X86 backend
2017 Jun 17
3
My experience using -DLLVM_BUILD_INSTRUMENTED_COVERAGE to generate coverage
...I'm not sure what's causing this... I guess it has something to do with merging the profile data for multiple binaries? The error message is not very helpful. 5. The HTML output highlights the semicolon after a break or return statement in some switch statements in red. (For example, LowerADDC_ADDE_SUBC_SUBE in ARMISelLowering.cpp.) Not really important, but annoying. 6. On the bright side, when it works, the generated coverage information is precise and easy to read. -Eli -- Employee of Qualcomm Innovation Center, Inc. Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux F...
2017 Feb 09
2
Problem ScheduleDAG on PowerPC, X86 works fine.
...;> >>>>> That's seems really odd that ADDC/ADDE uses glue there, instead of a >>>>> plain value. >>>>> >>>>> The x86 backend has code that converts the glue into a value, which is >>>>> why it wasn't affected.... (LowerADDC_ADDE_SUBC_SUBE). >>>>> >>>>> On Tue, Feb 7, 2017 at 2:48 PM, Amaury SECHET via llvm-dev < >>>>> llvm-dev at lists.llvm.org> wrote: >>>>> >>>>>> Long story short: https://llvm.org/bugs/show_bug.cgi?id=31890 >>>>>>...