[all-commits] [llvm/llvm-project] 35a364: [TargetLowering] fix index OOB (#67494)
Nick Desaulniers via All-commits
all-commits at lists.llvm.org
Tue Sep 26 15:50:39 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 35a364fa5ca00aaac78bc1da8b34a5c19796f01c
https://github.com/llvm/llvm-project/commit/35a364fa5ca00aaac78bc1da8b34a5c19796f01c
Author: Nick Desaulniers <nickdesaulniers at users.noreply.github.com>
Date: 2023-09-26 (Tue, 26 Sep 2023)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
M llvm/test/CodeGen/X86/inline-asm-bad-constraint-n.ll
M llvm/test/CodeGen/X86/inline-asm-n-constraint.ll
Log Message:
-----------
[TargetLowering] fix index OOB (#67494)
I accidentally introduced this in
commit 330fa7d2a4e0 ("[TargetLowering] Deduplicate choosing InlineAsm
constraint between ISels (#67057)")
Fix forward.
More information about the All-commits
mailing list