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

Unsupported operator after Inline Asm Change #1688

Closed
llvmbot opened this issue Apr 9, 2007 · 2 comments
Closed

Unsupported operator after Inline Asm Change #1688

llvmbot opened this issue Apr 9, 2007 · 2 comments
Labels
bugzilla Issues migrated from bugzilla llvm:codegen

Comments

@llvmbot
Copy link
Collaborator

llvmbot commented Apr 9, 2007

Bugzilla Link 1316
Resolution FIXED
Resolved on Feb 22, 2010 12:43
Version trunk
OS Linux
Reporter LLVM Bugzilla Contributor

Extended Description

Immediately after Chris' change to inline asm to fix bug 1314, this one
started failing:

FAIL: /proj/llvm/llvm-4/test/CodeGen/Alpha/2006-07-03-ASMFormalLowering.ll:
child process exited abnormally
NODE: 0x8e7f418: i32 = TargetConstant <10>
llc: LegalizeDAG.cpp:3178:
llvm::SDOperand::SelectionDAGLegalize::PromoteOp(llvm::SDOperand):
Assertion `0 && "Do not know how to promote this operator!"' failed.
.arch ev6
.set noat
llc((anonymous namespace)::PrintStackTrace()+0x1a)[0x88d235e]
llc((anonymous namespace)::SignalHandler(int)+0x110)[0x88d2686]
[0x7ac420]
/lib/libc.so.6(abort+0x101)[0x3234f1]
/lib/libc.so.6(__assert_fail+0xfd)[0x31b859]
llc[0x86a9792]
llc[0x86b6f95]
llc[0x86b757f]
llc(llvm::SelectionDAG::Legalize()+0x41)[0x86b76d1]
llc(llvm::SelectionDAGISel::CodeGenAndEmitDAG(llvm::SelectionDAG&)+0x91)[0x8650b41]
llc(llvm::SelectionDAGISel::SelectBasicBlock(llvm::BasicBlock*,
llvm::MachineFunction&, llvm::FunctionLoweringInfo&)+0xad)[0x8664e51]
llc(llvm::SelectionDAGISel::runOnFunction(llvm::Function&)+0x11f)[0x8665adf]
llc(llvm::FPPassManager::runOnFunction(llvm::Function&)+0x13a)[0x885fe7a]
llc(llvm::FunctionPassManagerImpl::run(llvm::Function&)+0x6e)[0x88600fe]
llc(llvm::FunctionPassManager::run(llvm::Function&)+0x88)[0x88601c0]
llc(main+0xbd6)[0x83b504e]
/lib/libc.so.6(__libc_start_main+0xdc)[0x30f4e4]
llc(__gxx_personality_v0+0x171)[0x83b3b41]
Output/2006-07-03-ASMFormalLowering.ll.out.script: line 1: 28544 Done
llvm-upgrade
</proj/llvm/llvm-4/test/CodeGen/Alpha/2006-07-03-ASMFormalLowering.ll
28545 | llvm-as
28546 Aborted | llc -march=alpha

@lattner
Copy link
Collaborator

lattner commented Apr 9, 2007

Fixed:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070402/047032.html

This also fixes another lurking alpha inline asm bug with memory operands.

Thanks,

-Chris

@llvmbot
Copy link
Collaborator Author

llvmbot commented Nov 27, 2021

mentioned in issue llvm/llvm-bugzilla-archive#5570

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 3, 2021
troelsbjerre pushed a commit to troelsbjerre/llvm-project that referenced this issue Jan 10, 2024
…7bf80f3a82291864026de0

[lldb] Store the Apple SDK in dotest's configuration.
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla llvm:codegen
Projects
None yet
Development

No branches or pull requests

2 participants