[all-commits] [llvm/llvm-project] a3c595: [X86][MC] Add labels for BSF in the switch-cases o...
KanRobert via All-commits
all-commits at lists.llvm.org
Thu May 18 05:03:05 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a3c595282738addbf53615ba70fed4a11e5406b5
https://github.com/llvm/llvm-project/commit/a3c595282738addbf53615ba70fed4a11e5406b5
Author: Shengchen Kan <shengchen.kan at intel.com>
Date: 2023-05-18 (Thu, 18 May 2023)
Changed paths:
M llvm/lib/Target/X86/X86MCInstLower.cpp
Log Message:
-----------
[X86][MC] Add labels for BSF in the switch-cases of X86MCInstLower::Lower, NFCI
BSF is not special here and leaving it in default label looked weird.
More information about the All-commits
mailing list