mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 01:07:04 +08:00
The code paths for mte enabled and disabled were interleaving and which increases the difficulty of reading each path in both source level and assembly level. In this change, we move the parts that they have different logic into functions and minor refactors on the code structure.