]> granicus.if.org Git - llvm/commit
[X86] Avoid uses of getZextValue(). NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 7 Sep 2019 16:13:57 +0000 (16:13 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 7 Sep 2019 16:13:57 +0000 (16:13 +0000)
commitbc13c48b8fd35a95a058a8c776b29c5d9a56a915
tree51004638acb177191895eaf14bb4bc13df595721
parent8ad557408e697cc3d5a7b914320583a29ca1ca01
[X86] Avoid uses of getZextValue(). NFCI.

Use getAPIntValue() directly - this is mainly a best practice style issue to help prevent fuzz tests blowing up when a i12345 (or whatever) is generated.

Use getConstantOperandVal/getConstantOperandAPInt wrappers where possible.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@371315 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp