Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Drop obsolete code from std to llvm memref lowering #179

Closed
wants to merge 1 commit into from

Conversation

bondhugula
Copy link
Contributor

  • dropping what looks like outdated code post some of the previous
    updates

Signed-off-by: Uday Bondhugula uday@polymagelabs.com

- dropping what looks like outdated code post some of the previous
  updates

Signed-off-by: Uday Bondhugula <uday@polymagelabs.com>
@joker-eph
Copy link
Contributor

joker-eph commented Oct 11, 2019

@bondhugula can you fix this? Thanks!

lib/Conversion/StandardToLLVM/ConvertStandardToLLVM.cpp:608:10: error: unused variable 'numOperands' [-Werror,-Wunused-variable]
    auto numOperands = allocOp.getNumOperands();
         ^
1 error generated.

@bondhugula
Copy link
Contributor Author

@bondhugula can you fix this? Thanks!

lib/Conversion/StandardToLLVM/ConvertStandardToLLVM.cpp:608:10: error: unused variable 'numOperands' [-Werror,-Wunused-variable]
    auto numOperands = allocOp.getNumOperands();
         ^
1 error generated.

Yes, I actually fixed that while the build check was running. It should be fine now.

Copy link
Contributor

@nicolasvasilache nicolasvasilache left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @bondhugula !

tensorflow-copybara pushed a commit to tensorflow/tensorflow that referenced this pull request Oct 11, 2019
- dropping what looks like outdated code post some of the previous
  updates

Signed-off-by: Uday Bondhugula <uday@polymagelabs.com>

Closes #179

COPYBARA_INTEGRATE_REVIEW=tensorflow/mlir#179 from bondhugula:llfix 2a72ea441fe1b3924802273ffbe9870afeb90f91
PiperOrigin-RevId: 274158273
@bondhugula bondhugula deleted the llfix branch December 9, 2019 03:05
swift-ci pushed a commit to apple/llvm-project that referenced this pull request Dec 24, 2019
- dropping what looks like outdated code post some of the previous
  updates

Signed-off-by: Uday Bondhugula <uday@polymagelabs.com>

Closes tensorflow/mlir#179

COPYBARA_INTEGRATE_REVIEW=tensorflow/mlir#179 from bondhugula:llfix 2a72ea441fe1b3924802273ffbe9870afeb90f91
PiperOrigin-RevId: 274158273
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants