[all-commits] [llvm/llvm-project] 52d87d: [Xtensa] Fix register asm parsing. (#95551)
Andrei Safronov via All-commits
all-commits at lists.llvm.org
Mon Jun 17 04:26:41 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 52d87de7a42d608ac1da33795ca0a892f2b53f36
https://github.com/llvm/llvm-project/commit/52d87de7a42d608ac1da33795ca0a892f2b53f36
Author: Andrei Safronov <safronov at espressif.com>
Date: 2024-06-17 (Mon, 17 Jun 2024)
Changed paths:
M llvm/lib/Target/Xtensa/AsmParser/XtensaAsmParser.cpp
A llvm/test/MC/Xtensa/Core/registers.s
Log Message:
-----------
[Xtensa] Fix register asm parsing. (#95551)
Fix passing temporary string object as argument to the StringRef
constructor in "parseRegister" function, because it causes errors in the
test "llvm/test/MC/Xtensa/Core/processor-control.s".
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list