[all-commits] [llvm/llvm-project] 11f67f: [ARM] Replace if's with a switch, NFC
David Green via All-commits
all-commits at lists.llvm.org
Fri Dec 3 08:16:43 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 11f67f5a2c286e33fece6c56cd5333549307549a
https://github.com/llvm/llvm-project/commit/11f67f5a2c286e33fece6c56cd5333549307549a
Author: David Green <david.green at arm.com>
Date: 2021-12-03 (Fri, 03 Dec 2021)
Changed paths:
M llvm/lib/IR/AutoUpgrade.cpp
Log Message:
-----------
[ARM] Replace if's with a switch, NFC
I'm not having a lot of luck with the microosft compiler recently. Maybe
this will help it with its errors:
llvm\lib\IR\AutoUpgrade.cpp(3726): fatal error C1061: compiler limit: blocks nested too deeply
If not, it's a good code cleanup anyway.
More information about the All-commits
mailing list