[llvm] [X86] [NFC] Prefer isa_and_nonnull (PR #99367)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 19 12:36:55 PDT 2024


https://github.com/nikic commented:

Should we really prefer this? The old form is shorter and no less clear.

(Relatedly: Should those isa checks be there at all? Is this intentionally excluding invokes?)

https://github.com/llvm/llvm-project/pull/99367


More information about the llvm-commits mailing list