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] master from llvm:master #3016

Merged
merged 2 commits into from
Feb 5, 2020
Merged

[pull] master from llvm:master #3016

merged 2 commits into from
Feb 5, 2020

Conversation

pull[bot]
Copy link

@pull pull bot commented Feb 5, 2020

See Commits and Changes for more details.


Created by pull[bot]. Want to support this open source service? Please star it : )

svenvh and others added 2 commits February 5, 2020 16:05
Apply the fix of f780e15 ("[OpenCL] Fix support for
cl_khr_mipmap_image_writes", 2020-01-27) also to the TableGen OpenCL
builtin function definitions.
…eatures

The patch at https://reviews.llvm.org/D64048 added "negative"
dependency handling in `ARM::appendArchExtFeatures`: feature "noX"
removes all features, which imply "X".

This patch adds the "positive" handling: feature "X" adds all the
feature strings implied by "X".

(This patch also comes from the suggestion here
https://reviews.llvm.org/D72633#inline-658582)

Differential Revision: https://reviews.llvm.org/D72762
@pull pull bot added the ⤵️ pull label Feb 5, 2020
@pull pull bot merged commit 3627c91 into Ericsson:master Feb 5, 2020
balazske pushed a commit to balazske/llvm-project that referenced this pull request Dec 6, 2023
When all the large const offsets masked with the same value from bit-12 to bit-23.
Fold
  add     x8, x0, Ericsson#2031, lsl Ericsson#12
  add     x8, x8, Ericsson#960
  ldr     x9, [x8, x8]
  ldr     x8, [x8, Ericsson#2056]

into
  add     x8, x0, Ericsson#2031, lsl Ericsson#12
  ldr     x9, [x8, Ericsson#960]
  ldr     x8, [x8, Ericsson#3016]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants